I have created a small test page using Sencha Touch, OpenLayers and I am recieving WMS/WFS data from a GeoServer.
I used to mak开发者_C百科e GML vector like this: layer = new OpenLayers.Layer.GML(\"based\", \"./parser2.php\",
I\'m building a new mapping application. However, we need to be able to overlay a tif 开发者_如何学Pythonfile (for which we have coordinates to place it using OL bounds) over a map of the US/world. Th
I am using S开发者_如何转开发encha Touch + OpenLayers to develop a demo app. One feature is to get the catalog of feature data in GeoServer. I want to use Ext.List to display the name of feature layer
I am currently trying to get OpenLayers to show a WMS-Layer. Doing this I encounter a problem I am not able to solve. This might even be a bug in OpenLayers, but before filling an appropriate bugrepor
I\'ve just tried some simple code from example: $(document).ready(function() { var map = OpenLayers.Map(\'map-content\', {});
I\'m having a tough time changing the zoom method of my OpenLayers map. If you were to go开发者_StackOverflow to Google Maps right now and double click on London on the map to zoom, the mouse cursor i
I am trying to draw a freeform polygon in openlayers using the following code: drawPolygon = new OpenLayers.Control.DrawFeature(layer, OpenLayers.Handler.Polygon, {eventListeners:{\"featureadded\": n
I\'m using olwidget inside of django to draw some maps.In one of my forms, I ask the user for a location and a radius.The location is input using the OpenLayers map provided by olwidget, and the radiu
When I started working with OpenLayers, console.log stopped working and I kept getting this error in the chrome terminal.