dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
198 stars 47 forks source link

Popup for train stations? #73

Closed thany closed 9 years ago

thany commented 9 years ago

POI's are clickable and produce a default popup. That's good. But not all of them. I'm looking at the map centered around Tokyo and none of the train stations are clickable. On google maps (the website), they are.

No pointer cursor, and clicking anyway does nothing.

Can this be added?

dylanfprice commented 9 years ago

I have no idea. The POI stuff seems to be something google just decided to include, but maybe they don't want to include Tokyo train stations in their api maps? Are there other examples of google maps rendered using the maps api which have these stations clickable? I would start there.

thany commented 9 years ago

You're right. I started looking around, and it appears Google decided to exclude all transit stations from all over the world from the map, without a way to re-include them. Go Google.

I'll try to remember to post a followup when I find a solution for this, but for now, it's not angular-gm's problem.