Moishe / XmlToPoints

Simple web service that converts KML/GPX files to a JSON array of latlng points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a very simple app that solves an annoying problem: KML and GPX layers on the Google Maps API don't have much granularity or flexibility.

This app takes the URL of a KML or GPX file and returns a JSON array of points. Optionally, this array can be wrapped in a JSONP callback.

To test:
    python testrunner.py <APPENGINE_SDK_PATH> .

About

Simple web service that converts KML/GPX files to a JSON array of latlng points


Languages

Language:Python 96.8%Language:JavaScript 3.2%