Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex0112/mappy
Translate Delorme Street Atlas Plus draw files to KML for use in google maps
https://github.com/alex0112/mappy
delorme draw-files google-maps kml maps
Last synced: about 11 hours ago
JSON representation
Translate Delorme Street Atlas Plus draw files to KML for use in google maps
- Host: GitHub
- URL: https://github.com/alex0112/mappy
- Owner: alex0112
- License: gpl-3.0
- Created: 2016-04-27T20:51:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T18:27:32.000Z (over 4 years ago)
- Last Synced: 2024-11-23T17:52:15.399Z (2 months ago)
- Topics: delorme, draw-files, google-maps, kml, maps
- Language: Perl
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mappy
Quick script to turn old [Delorme](https://en.wikipedia.org/wiki/DeLorme) Street Atlas Plus draw files into KML files for use in google maps.Created to solve [this problem](https://gis.stackexchange.com/q/188693/70893)
## Usage:
`perl mappy.pl inputfile.txt outputfile.kml`## Example:
BEGIN POLY
40.644178,-74.161223
40.641818,-74.143576
40.643535,-74.134298
40.643878,-74.125925
40.648084,-74.109972
40.644178,-74.161223
ENDBecomes:
NAME GOES HERE.Auto Generated Layer From Delorme
1
-74.161223,40.644178,0
-74.143576,40.641818,0
-74.134298,40.643535,0
-74.125925,40.643878,0
-74.109972,40.648084,0
-74.161223,40.644178,0
-74.161223,40.644178,0
Also supports Symbols, Lines, and Notes.