kartoza / flask_user_map

A simple flask for creating user community maps
GNU General Public License v2.0
5 stars 10 forks source link

Improve add user workflow and default location #6

Closed timlinux closed 11 years ago

timlinux commented 11 years ago

Problem

Currently the map always zooms to your current location on first load. This is not what we want - rather the work flow should be:

akbargumbira commented 11 years ago

Problem in L.Control and click that control but it fires onClickMap and drag the map:

akbargumbira commented 11 years ago

The implementation of the problem above is here: 1b7014291e1e843ffa6377a6335856ed98139793

akbargumbira commented 11 years ago

Hi @timlinux , I think I have implemented all this workflow. Please take a look.

timlinux commented 11 years ago

Yeah its working great thanks!