Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
END

Becomes:

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.