barryhunter

Results 137 comments of barryhunter

Sort of tangential to this thread, ... I've just rewritten the map styling code, from offering distinct new map types (in the map selector top right), to be a separate...

The Google Maps API removed the panoramio layer, so this is not technically possible (any more) (save for recreating the photo layer ourselves. ) ... in the meantime might I...

Interesting, didnt know you had an API. Might well have to try that out, looks pretty streightforward.

Can access terrain, using the map type select top right http://gokml.net/maps#ll=45.161918,10.486147&z=6&t=t Ah, forgot the weather layers where deprecated at the same time as panoramio on, 4th June http://googlegeodevelopers.blogspot.co.uk/2014/06/sunsetting-javascript-api-weather-panoramio.html should also...

Sadly there no API for that. So it would be a lot of work to support (as would have to source the boundaries from elsewhere - maybe OSM) https://code.google.com/p/gmaps-api-issues/issues/detail?id=109

It would be possible to make such a thing. Its not simply a case of turning it on tho, as its not provided by the API itself. Classic maps, had...

Most of these are good suggestions, and indeed already have dedicated requests created, but will add comments for a few... 1). Isnt this already there? The layers menu can turn...

Unfortunately this isnt a easy fix. The main complication is the word 'to' can appear in addresses, so needs special handling to deal with that. To be honest that might...

Yes, supporting to: (ie with the colon) is pretty easy. Its dealing with languages, or trying to figure it out when its just a word 'to' or eg nach) Anyway...

Just use multiple "to:" http://gokml.net/maps?q=from:hamburg%20to:berlin%20to:stuttgart (tahts how Classic Google Maps did it) although right now classygmaps only has one via point (theoretically can have upto 8) ... as for autocomplete....