This is my settings.py SHP_UPLOAD_DIR = r\"/home/kasper-min/Coding/geodjango/geographic_admin/data\" GIS_DATA_DIR = os.path.开发者_Go百科join(GEOGRAPHIC_ADMIN_DIR, \'data\')
i am developing an api which uses timemap library with openlayers.. i send my data in array and everything is good but when i zoom in or zoom out all points coordinate are changing..
I\'ve a map with a few layers from the class OpenLayers.Layer.Image. I was wondering if it is possible to enable dragging on each of this images/layers individually. L开发者_开发问答ike the dragFeatur
I have a TileCache server with this configuration: [cache] type=Disk base=/var/maps/cache [osm] type=Mapnik
I\'m installing GeoServer as a WMS server to cooperate with OpenLayers. The trouble is that I have to use 3rd-party tile source which is provided through web service.
I seem not to be able to access features of a loaded GML file. I will use the 开发者_JAVA技巧basic example of OpenLayers to demonstrate what I want to do :
I\'m trying to display a map using OpenLayers through GeoServer\'s WMS. I\'d like to know how OpenLayers calculates the BBOX coordinates to set them properly with js and avoid the posted error respons
While trying to create an OpenLayers map which would dynamically fill whole page, I run into a problem. Ater I minimize and then maximize browser window the map becomes blank. Actually, it can happen
I am using mako templates in pyramid which uses the ${} construct for variable substitution. I also use an Openlayers script to show a map with features. I want to style my features with Stylemap like
I am trying to capture mouse events in gwt-openlayers. The following handler does receive events, however I am