/blitz-gmap-editor

Blitz GMap Editor allows the user to create custom maps using GMAP version 3 API.

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

blitz-gmap-editor

Blitz GMap Editor allows the user to create custom maps using GMAP version 3 API.

  1. Users are able to draw elements on the Map and apply styles using the DrawingManager? provided in GMAP API version 3
  2. Users will be able to export the created map as a JSON object which can further be stored in database.
  3. The stored JSON map can again be retrieved and displayed in Edit or non-edit mode as required.
  4. Export to KML.

Previous project home: https://code.google.com/p/blitz-gmap-editor

Thanks to our Contributors:

  1. Lawrence Ross(https://code.google.com/u/geocodezip/) for contributing toKML() functionality and bug fixes.