https://github.com/lperezp/googlemapswithgeoxml3
Integration of the Google Maps API using a KML file with the GeoXML library to get information about the drawn polygons.
https://github.com/lperezp/googlemapswithgeoxml3
Last synced: 3 months ago
JSON representation
Integration of the Google Maps API using a KML file with the GeoXML library to get information about the drawn polygons.
- Host: GitHub
- URL: https://github.com/lperezp/googlemapswithgeoxml3
- Owner: lperezp
- Created: 2019-01-21T05:28:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T18:26:56.000Z (about 6 years ago)
- Last Synced: 2025-03-07T16:54:25.870Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoogleMapswithGeoXML3
Integration of the Google Maps API using a KML file with the GeoXML library to get information about the drawn polygons.## About GEOXML3
The geoxml3 project is an effort to develop a KML processor for use with Version 3 of the Google Maps JavaScript API. This API is specifically designed to be lightweight and modular; accordingly, it did not originally contain the built-in KML support of Version 2. This library was originally intended to fill that need; as KML support has been added natively in Version 3, it now allows access to individual markers, polylines and polygons, rendered from KML. (Automatically exported from code.google.com/p/geoxml3 )Original code inspired by Mike Williams' EGeoXml object (http://econym.org.uk/gmap/egeoxml.htm).
Repository: (https://github.com/geocodezip/geoxml3)
Documentation: (http://www.geocodezip.com/)