konektaz / where-is-when-is

Geodjango bootstrap integration
www.konektaz.info
8 stars 4 forks source link

Centre Map on the relevant location when adding new information #18

Open samthetechie opened 11 years ago

samthetechie commented 11 years ago

e.g. http://india.konekta.info/location/south-zone/add/

The solution is here:

http://leafletjs.com/reference.html#map-options

Please set the best location relevant to the category that was clicked. what is the lat,long and best zoom for each of the following; East Zone North Central Zone North East Zone North Zone South Zone West Zone

Then set these values in the map options for each map. center LatLng null Initial geographical center of the map. zoom Number null Initial map zoom.

paparent commented 11 years ago

Nice point, for now I focus on India, but as we added some new contries, I'll have to find a better way.

Thanks