Re: [ANN]Piyomaru Map Scripter Library
Re: [ANN]Piyomaru Map Scripter Library
- Subject: Re: [ANN]Piyomaru Map Scripter Library
- From: "Stockly, Ed via AppleScript-Users" <email@hidden>
- Date: Mon, 16 Dec 2019 17:05:15 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=latimes.com; dmarc=pass action=none header.from=latimes.com; dkim=pass header.d=latimes.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=oi19LKvBTT8AbFb4PWpWlxlNHOcCeR4Zm3OCHrsEmIU=; b=BYnDtPAdabF9rKKKDurwUk2z5j47xcampYTUtkHrQ2Io+PG5GaETjfPKp+ZvnKGuR90Wm+At2DciuDQS5hmrLXRSwlyJCbpskeDc4y5Ebj6Xjln/SBQ3KhCq0FGAjSFeAiSyLBEMf4CrxgMh/MLetGf+kalknY6Es8TSuZ0yR7OTePJ1RRGpxvyl4evrH+178K5iIOmu/1hnK4oqPnM7Wul3yyXhLYCGWyXaUw83gwJ/oDFUjKsGs20ZwK2zcDHcMVZm5cxMkKHxtxEz9Q1VJ7TCR3SZpY0R9Tnq688Q4cJLt+BGPhIPUwQRuUjWJThsLDYsKrF1G3QOO1LoKyZj+g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hqqz2G0G8dtS+HbzvbvxthijVDXgxpaCRko46DjmTUgBRVx2vSzxXjuKNYqG5XHT+qlMe0vvgoo+iNJ0K2sRlQbtX71ymwEVebQShxeOwTib8kVJQ+j85TS4a8ZAirOJoKpqo8X1V5VAFFkD8B/Z58BXiw/C5QJOXaISwmmEEzH280ibP8ya0e7ydtAGHScfEDgWvfbuw88Mtn/y10CnD1Klv+VP7L2pOSDW9UT3oPvBl8/TuKJWyRyN2jE5bjT0ayBCPoVY0t0SwQtRHJpfwZI07d7N4G41IKphOrcNMvlpSecr5nxLCdWR5PI20I3FnQIlT6Y2WNd615Eb8rH80Q==
- Thread-topic: [ANN]Piyomaru Map Scripter Library
This is cool. Some of the samples and dictionary images have Japanese
Characters, and some of the sample scripts didn’t work as written (either
language or location issues), but with some minor tweaking, they all worked
quite well.
I plan on using this to replace some GUI scripting I’ve done for mapping
directions soccer fields for refs and coaches. This works better, is fast and
cleaner.
I’m hoping to be able so send the results to iPhones and Androids too.
Thanks for this!
Ed
Subject: [ANN]Piyomaru Map Scripter Library
Hi All,
I’ve just released a free AppleScript Libraries.
—Piyomaru Map Scripter Library
This library provides Maps.app query interface for macOS. As you know, Maps.app
does not have AppleScript dictionary. It's dictionary is dummy.
Apple engineers can not make AppleScript dictionary I know. So, I make an
external AppleScript dictionary for Apple's Maps.app.
You can display the location by address or latitude & longitude.
http://piyocast.com/as/wp-content/uploads/2019/12/mapScripter.zip<https://nam04.safelinks.protection.outlook.com/?url=http://piyocast.com/as/wp-content/uploads/2019/12/mapScripter.zip&data=02|01|email@hidden|f65e3b672cfc4fe4cb7408d7811c7e23|a42080b34dd948b4bf44d70d3bbaf5d2|0|0|637119831690058331&sdata=i0mP4NNJ3D7zykAMWvtyW8zjK6CkVAmPkCqLSW977go=&reserved=0>
All sample scripts and result images are in library's AppleScript dictionary.
You can try every command by clicking "★Click Here to Open This Script" link in
each sample codes.
--Environment
for macOS 10.10 or later (display point with latitude & lingitude command works
right only macOS 10.14 or later.)
[cid:49E7709C-8B6F-48DC-A08D-476B5F0F480F]
--Installation
Copy "map scripter.scpd" to ~/Library/Script Libraries folder. If the "Scirpt
Libraries" folder does not exists, make the folder by yourself.
--Brosing AppleScript dictionary of this Library
Open "Library" window from Script Editor, then add this library to library list.
Then you can browse this library's dictionary with sample script and
screenshots.
--Commands
display map
Display a specified location map with Apple's Maps.app. You can indicate the
point by latitude & longitude or an address string.
display map route
Display a route from a location to other one. You can select the way of
transport from walk / car / public.
display around here
Display shops or facilities available in Apple's Maps.app database. You can
find them near from current location. The geo-location info is Wi-Fi station
based. So, This command force power-on Wi-Fi Interface.
display point
Display shops or facilities available in Apple's Maps.app database. You can
find them from current location. The geolocation information is latitude &
longitude.
--Advertizement
Piyomaru software can provide such a automation workfow with easy to use
interface.
Feel free to talk with uo about the Mac automation system development.
--Licence
Map Scripter Script Library is Copyright ? 2019- Takaaki Naganoya
<email@hidden<mailto:email@hidden>>
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software to use, copy, and distribute copies, including within commercial
software, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--
Takaaki Naganoya
email@hidden<mailto:email@hidden>
http://piyocast.com/as/
Attachment:
B4D98C33-6231-430E-85DD-3D89C7972E0C_0.6.jpg
Description: B4D98C33-6231-430E-85DD-3D89C7972E0C_0.6.jpg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden