yagoferrer / map-tools

map-tools.js is a Google Maps Feature-rich Javascript wrapper that makes things like: Marker filtering, asynchronous loading, working with TopoJSON or GeoJSON, animation and more. Much simpler with an easy-to-use API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for neighbourhood overlays.

pjakobsen opened this issue · comments

As you can see with the following URL, a neighbourhood "place" renders a pink shape file with a red boundary, and includes the neighbourhood name in red letters in the centre.

https://www.google.ca/maps/place/Sandy+Hill,+Ottawa,+ON

It's cooked into Google Maps, but I'm not sure if this feature is available in the Google Maps API, so perhaps it's not fair to post a feature request here(?).

commented

Yes, this is a Google Maps Site feature. But you can accomplish something similar using Topojoson shapes. Take a look: http://map-tools.io/examples/geojson.html

Thank you!

commented

Problem fixed! Thanks for the heads up.