-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set extent of map using map_options #220
Comments
There's an example further down in the docs showing hot to limit the map extent:
|
Yes i know this, this allows us to set boundaries of rectangular shape, what if i want to set polygon shape boundaries, is there a way to restrict user to draw geometry within other polygon bounderies limit |
e. g |
i am trying to draw polygon on using floppy-form map in geodjango is there a way by which i can restrict user to draw polygon in certain restricted area using map_options
in short i want to know how so i set map boundaries extent using JavaScript code for floppy form
i know there is option for that in geodjango floppyform : "map_options"
but i don't know how do i set that can someone help me ?
The text was updated successfully, but these errors were encountered: