olwidget icon indicating copy to clipboard operation
olwidget copied to clipboard

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.

Results 20 olwidget issues
Sort by recently updated
recently updated
newest added

When using google maps sattelite view, if you zoom in close enough, the image flips to a 45 degree view ,completely throwing out the projection. From research it seems goole...

Stamen has released three tile-sets for use with OpenStreetMap (http://maps.stamen.com/). I would love to use them with OLWidgdet but have no idea how to do so. It would be great...

Could it be possible to set the class of the DIV created by InfoMap instances (and possibly the others). At the moment the template creates it with only an id...

feature request

I am using olwidget with django and have created a map with multiple infolayers. It works well but I would like to have some of the infolayers switched off by...

I'd like to use a default of 100% for width and height but that causes the view to fail. OLWIDGET_DEFAULT_OPTIONS = { #"map_div_style": {"width": "100%", "height": "100%"}} Any ideas on...

Hi, I'm in a case where I need regular refreshs. I'd like to avoid request tiles each and all the page and refresh only data layers. I asked a question...

feature request

I haven't firebugg'd through the olwidget code on this yet, but if I have a Django object with a GeometryField that contains this multipolygon: https://gist.github.com/1002741 ... then if I load...

Much like #47 ... I'd like to be able to add any WMS server as a base layer option, via some array or something in settings.py. If the wms server...

feature request

I'm using olwidget with a local tile provider (specifically http://mapspot.ge ), and in order to make it work, I had to add the following to olwidget.js in the "osm" dictionary:...

feature request

Currently, invalid geometries entered into a textarea result in a TemplateSyntaxError. Really, they should result in a ValidationError, so the corresponding field is marked as erroneous with a proper error...