search
track
waypoint
export
import
supply a center point designation used to scope
Loading...
enter location or address
fit
name
extensions
color
width & opacity
px
%
trackpoint range
distance:
N/A
meters.
#
- #
/
0
labeling every
points
trackpoint order
#
/
0
pan
insert trkpt on
self
click & move end
click
lat
lon
pan
lat
lon
name
desc
GPX
KML
JSON
GMapWidget
GPX Viewer JS
CSV
AppleScript for ProAtlas X2
extensions
extensions
extensions
encode
Google Maps API key
map height
page title
map controllers
GSmallMapControl
GLargeMapControl
GSmallZoomControl
GScaleControl
GMapTypeControl
GOverviewMapControl
map type of initial view
map
satellite
hybrid
site menu
your site name
text contents
HTML here...
[^
head of page
]
created by ...
track
waypoint
selected
unselected
pin number
pin size
Templates
GPX Viewer JS Template:
Tracks
Waypoints
created by
-
KML Template:
1
Waypoints
1
]]>
]]>
#waypoint
,
,0
Tracks
1
]]>
1
Points
#track
,
,
#lineStyle
Path
Routes
GPX Template:
]]>
]]>
]]>
AppleScript Template:
-- This is source text of AppleScript -- was generated by
-- at
try choose folder with prompt "
" set output_folder to result on error return end try set WPTS to {}
set end of WPTS to {LAT:"
", LON:"
", NAMAE:"
", DESC:"
"}
set TRKS to {}
-- trk #
set end of TRKS to {TRKPT:{}, NAMAE:"
"} set CURRENT_TRK to
set end of TRKPT of (item CURRENT_TRK of TRKS) to {LAT:"
", LON:"
"}
set TRKS_LENGTH to length of TRKS tell application "ProAtlasX" set scale to "
" -- make Waypoints repeat with w from 1 to length of WPTS set LAT_WGS84 to my asValidNumberOfString(LAT of (item w of WPTS)) set LON_WGS84 to my asValidNumberOfString(LON of (item w of WPTS)) set LAT_LON_TOKYO to my CONVERT_WGS84_TO_TOKYO(LAT_WGS84, LON_WGS84) set A to LAT of LAT_LON_TOKYO set B to LON of LAT_LON_TOKYO locate to (A as string) & ", " & (B as string) set MEMO_NAME to NAMAE of (item w of WPTS) set MEMOOBJCT to (make new memo with properties {name:MEMO_NAME}) tell memo MEMO_NAME set use filename to no set user text to NAMAE of (item w of WPTS) set text contents of it to (DESC of item w of WPTS) set pin number to
set pin size to
set object display to yes set title display to yes end tell set targetFile to ((output_folder as string) & MEMO_NAME & ".mpd") close MEMOOBJCT saving in file targetFile with replace end repeat -- make Tracks repeat with t from 1 to TRKS_LENGTH set TRKPT to TRKPT of item t of TRKS set TRKPT_LEN to length of TRKPT begin trace upto TRKPT_LEN repeat with i from 1 to TRKPT_LEN set LAT_WGS84 to my asValidNumberOfString(LAT of (item i of TRKPT)) set LON_WGS84 to my asValidNumberOfString(LON of (item i of TRKPT)) set LAT_LON_TOKYO to my CONVERT_WGS84_TO_TOKYO(LAT_WGS84, LON_WGS84) set A to LAT of LAT_LON_TOKYO set B to LON of LAT_LON_TOKYO trace to (A as string) & ", " & (B as string) end repeat finish trace save track as (NAMAE of item t of TRKS & ".mpd") end repeat end tell on asValidNumberOfString(strNum) set tmp to text item delimiters set strNum to (strNum as string) & ".0" set text item delimiters to "." set {theUpper, theDowner} to text items of strNum set text item delimiters to tmp set theDowner to text 1 thru 13 of (theDowner & "0000000000000") return (theUpper & "." & theDowner) as number end asValidNumberOfString on CONVERT_WGS84_TO_TOKYO(LAT_WGS84, LON_WGS84) set LAT_TOKYO to (LAT_WGS84 + 1.0696E-4 * LAT_WGS84 - 1.7467E-5 * LON_WGS84 - 0.004602) set LON_TOKYO to (LON_WGS84 + 4.6047E-5 * LAT_WGS84 + 8.3049E-5 * LON_WGS84 - 0.010041) return {LAT:LAT_TOKYO, LON:LON_TOKYO} end CONVERT_WGS84_TO_TOKYO on CONVERT_TOKYO_TO_WGS84(LAT_TOKYO, LON_TOKYO) set LAT_WGS84 to (LAT_TOKYO - 1.0695E-4 * LAT_TOKYO + 1.7464E-5 * LON_TOKYO + 0.0046017) set LON_WGS84 to (LON_TOKYO - 4.6038E-5 * LAT_TOKYO - 8.3043E-5 * LON_TOKYO + 0.01004) return {LAT:LAT_WGS84, LON:LON_WGS84} end CONVERT_TOKYO_TO_WGS84
You have to enable JavaScript to use this tool.