Tagged Questions
0
votes
0answers
42 views
Styling from an XML file with multiple properties with the same name
I'm trying to give styles to a new layer about Earthquakes.
This is my code and below you have my xml file from where I'm readding:
Code:
var rule1 = new OpenLayers.Rule({
title: "Magnitude < ...
0
votes
0answers
82 views
using mapnik xml file to render tiles in python
Is it possible to use an xml file in python? without using the bindings for python for mapnik. basically i'm using django/geodjango, postgis and well i decided i'd try and design the map on tilemill ...
2
votes
4answers
453 views
problem in reading kml data in openlayers
I am trying to read an KML file (point feature) and show it on a vector layer on OSM as the base map. My code seems to have a problem that does not show the features on the map. I don't now if its the ...
1
vote
1answer
121 views
How do I overrideMimeType in Openalyers.Request.Get
I can't find any info on this. When performing a GET request with the following format, I cant figure out how to add the request for "overrideMimeType("application/xml")":
request = ...
1
vote
0answers
729 views
Adding Access-Control-Allow-Origin: * to Jetty in Geoserver [closed]
So i am trying to add
Access-Control-Allow-Origin: *
In the Jetty config file, on which the Geoserver is running to receive the contents from popup (which I am not receiving since there is no ...
2
votes
1answer
330 views
How to add more than one xml file per layer
I'm using this code to add xml (osm relations) files to my map.
osm_layer = new OpenLayers.Layer.GML("Polygon", relation.xml, {
format: OpenLayers.Format.OSM,
style: {strokeColor: "blue"},
...
2
votes
1answer
249 views
OpenLayers WPS function fails in IE
I am making a WPS call in OpenLayers which works successfully in Chrome and Firefox but not in IE9. The response from IE tells me
"Process failed during execution\nCould not convert to target type ...

