OpenLayers is an open source Javascript web mapping library for creating web map applications.
0
votes
0answers
9 views
Disable select on an overlay layer in openlayers?
Is anyone aware of how to prevent an overlay layer from being selectable? I'm using a basemap from an external source and have added a (polygon) kml layer that I need to display (and allow people to ...
0
votes
2answers
18 views
OSM (Open Street Map) help for a newbie
I have a couple of issues:
I am trying to add my own marker to a map, but it does not seem to work.
Also when I try to refer the OpenLayer.js file locally the default red marker disappears.
I have ...
0
votes
0answers
18 views
Rendering local files with HTML5 in OpenLayers
Title says it all,there are some examples of HTML5's FileSystem,FileAccess features which user can add a file without sending to server side.
I'm developing a mapping application with OpenLayers,I ...
0
votes
1answer
11 views
Openlayers obtaining centroid of a vector layer feature and using it to set the center of the map
The code below uses an absolute position for the center of the map but I want to set the center according to the vector layer feature brought in from the KML file - is this possible? I've looked at ...
0
votes
1answer
13 views
OpenLayers DrawFeature control with Point destroys double click to zoom
I have some simple code that I copied from one of the openlayers examples for drawing several different types of geometries on the map. The problem is, whenever the "point" geometry is selected, I ...
0
votes
0answers
16 views
WMSgetFeatureInfo ProxyHost
Does WMSGetFeatureInfo need a Proxyhost to allow remote server accessing the data?
I use ProxyHost to allow WFS requests, but seems not working with WMSGetFeatureInfo. The local machines retrieves ...
-1
votes
0answers
12 views
Scale on print page with GeoEXT and GEOSERVER
am trying to print my map, and generate the pdf, i succeded to do that, but the map shown on the pdf is with a scale chosen from the scale combo. what i want to do is to add ohter scales or simply i ...
0
votes
1answer
13 views
How to bring a feature marker to the front in openlayers?
I drew several featrues(OpenLayers.Feature.Vector) on the layer,rendering as follows:
The question is how to bring the feature marker "H" to the front when it is clicked.
I used 'drawFeature()' ...
0
votes
0answers
6 views
floppyforms osmbasewidget disoriented
I'm using the osmbasewidget from floppyforms but there seems to be an error,
and when i check the developer tool on chrome there's this error that goes like:
is there something that im missing, im ...
2
votes
0answers
29 views
openlayers heatmap shows red lines on map
i got a problems using the heatmap-openlayers.js, i loaded a page with some default points that only shows the heatmap gradient, but when i dragged the image (map) or moved the gradient to the bottom ...
0
votes
0answers
16 views
Add map in web page
I have multiple shape files of my country, its states and cities. I want them to display in map i.e. First layer is country, then states-layer and then cities layer. I only know that to do this, first ...
0
votes
1answer
17 views
How to use OpenLayers.Control.SelectFeature on KML layer below Layer.Markers
I came across this interesting problem so I thought I might share my solution and see if anyone has anything better to suggest.
Background:
An OpenLayers map, with 3 layers: Google (base), a KML ...
0
votes
0answers
17 views
Which tools to build a complete interactive mapping application/web application?
I want too build a web application, and I am looking at the tools I will have to use.
I want to use a real time map
I'm a thinking about :
Tilemill to get .png in order to constitue the background ...
0
votes
2answers
13 views
Set DragFeature events
I have a drag feature. If i set the drag events when i construct the drag feature object it's working very well:
var dragFeature = new OpenLayers.Control.DragFeature(pointsLayer,
{
...
0
votes
1answer
21 views
Different Styles Within Vector Layer
Is there any way to configure OpenLayers styling method? I have a vector layer and I would like to style the features depending on a value of a flag variables, so I can't use rules. Lets say I have ...
1
vote
1answer
55 views
Cannot read property 'length' of undefined (print map with geoserver)
am trying to work with print with geoserver geoext/ext to print a map.
i successed to install the print plugin, since localhost:8080/geoserver/pdf/info.json?var=printCapabilities shows the print ...
1
vote
3answers
50 views
OpenLayers not displaying kml layer
I am having problems displaying a kml layer using OpenLayers.
Here is my kml file, Light.kml:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
...
0
votes
0answers
17 views
GeoExt/Ext search with multiple WFS protocol
am new to GeoEXT and am trying to do the search with form panel. and i want to search features from 2 postgis table, published in geoserver, this features correspond to the field on the formpanel and ...
1
vote
0answers
18 views
+50
Marker Drag Event in GWT openLayers
How do I create a drag event for a openlayers Marker? I have a Marker that inherits the openlayers Marker class, and I need to be able to drag the Marker
0
votes
1answer
27 views
Chrome: CSS Style is applied only when you go to Google Developer tools
I was trying to apply rounded corners to an OpenLayers Maps, and found that it works in Firefox, but not in Chrome. I found a related question Openlayer map with rounded corners which linked me to ...
-1
votes
0answers
15 views
Using Google Map API for Business with Openlayers [closed]
Has anyone used the paid version of Google Map API (for business) with OpenLayers? I am currently using the free version and wonder what the difference is, from both the end user and developer ...
1
vote
0answers
12 views
OpenLayers caching quota
I'm using OpenLayers to cache map tiles. It uses LocalStorage as storage mechanism for the cached tiles. There is an event that fires when I run out of space (i.e. at 5MB), and I have the option of ...
0
votes
1answer
11 views
How to openlayer feature without scroll-bar
I want to avoid scroll-bar for openlayers popup feature,following is my code
popup = new OpenLayers.Popup.FramedCloud("chicken",
event.feature.geometry.getBounds().getCenterLonLat(),
...
0
votes
2answers
31 views
OpenLayers Markers with custom Text / Label
I have "N" markers on an Openlayers map and I need to "label" these markers (Meaning: Put a text in/on them)
I have tried several ways but still couldn't achieve what I need.
My JS code snippet ...
0
votes
2answers
22 views
(Geoserver + OpenLayers) Search item by coordinates (lat/long) or id
I'm using Geoserver (2.3.0) + OpenLayers(2.12), but with no previous experience on GEO systems :(.
I need to locate in the map the item located in lat/long, or by the primary key. But I have found ...
0
votes
1answer
19 views
Multiple FeatureType in WFS Protocol
I would like to pass multiple featureTypes to WFS protocol in order to accomplish a search feature in my app. the idea worked just fine with one featureType, but now I need to add another one to ...
1
vote
1answer
16 views
Get parameter from geoJson
Hello I am using the following code to load geoJson file from my java server application. It works withoout problem and I can display the geojson as vector layer in openlayers. But on the server side ...
0
votes
0answers
17 views
OpenLayers removes/destroys new features when zooming out
I have an OpenLayers.Layer.Vector layer that I allow the user to create, modify and delete features and feature attributes. The changes are saved when they hit a "Save Changes" button. If the user ...
0
votes
0answers
51 views
Smooth zoom and pan in OpenLayers?
I was wondering, has smooth zooming and panning described in http://www.win.tue.nl/~vanwijk/zoompan.pdf been implemented in OpenLayers?
It has been implemented for PolyMaps: ...
1
vote
0answers
48 views
OpenLayers: Open popup when hovering vector, without closing it when mouse is over popup itself
I have a map with a vector layer showing features from GeoJSON. When I hover the feature, a pop-up shows up at the beginning of the linestring. But it is flickering, it appears and disappears. I guess ...
0
votes
0answers
21 views
feature label not work in xhtml file
I have a problem, I develop an jsf application with openlayers api, this example http://openlayers.org/dev/examples/vector-features-with-text.html work fine with html page, but when I change to xhtml ...
1
vote
0answers
59 views
Open Layers + jquery
I am doing my master thesis on Internet mapping. My task is to display research work at my department on webpage on top of Google Maps. So far I was successful in that, but my problem is that I am not ...
0
votes
1answer
32 views
GWT-OpenLayers and OpenLayers.Format.WMSCapabilities
I am working with the Google Web Toolkit wrapper for OpenLayers. I'm attempting to add a WMS layer to a map, but I need to parse a Capabilities document in order to get the available layer names. I ...
0
votes
0answers
38 views
GeoServer times out (504 Gateway Time-Out) when accessed from OpenLayers via nginx webserver
I have developed an OpenLayers web app that uses GeoServer. I am using nginx as my webserver with proxy_pass setup for GeoServer. Everything works as expected when I use "localhost" but when I ...
1
vote
0answers
29 views
Getting trouble with jQuery tabs in loading openlayers map
I've four jQuery tabs, in second tab I'm showing map using the openlayers library then I'm getting following errors
Uncaught TypeError: Cannot call method 'clone' of null // onload error
Uncaught ...
1
vote
0answers
15 views
WMS - Export Retrieved XML Data
I use WMS layer in my app and could successfully retrieved Feature Info by click like so: http://openlayers.org/dev/examples/getfeatureinfo-control.html
My question is: Is there any way to export the ...
0
votes
1answer
27 views
How to draw a transformation box after a user draws a polygon inOpenlayers?
I have built an application which allows users to draw a polygon inside another polygon. The two polygons are in different layers for some application specific reasons. After the user draws a polygon, ...
1
vote
0answers
87 views
Create polygon with Google maps, Open Layers and KML file
I'm trying to make timelined google maps using OpenLayers Timeline open source JavaScript library. (stackoverflow don't allow me to put 3 links, so just google "openlayers-timeline")
my KML file ...
1
vote
1answer
22 views
Refresh WMS Select Control
I use WMS layer in my application and I need to refresh it with new parameters.
I did refresh the WMS layer correctly but I couldn't find a way to refresh its select control. So I got the new layer ...
0
votes
0answers
21 views
Need to display a WMS link “for open street map data geoserver” inside a Facebook Page
Need to display a WMS link "for open street map data geoserver" inside a Facebook Page, exactly like if i use a ready made one but for Google maps.
After searching didnt found anyting but i know its ...
0
votes
1answer
32 views
OpenLayers on Load Markers Popup
I'm using OpenLayers to view a map and I'm having an issue with the marker's popup. When the Markers are loaded, I'm assigning them two events the moouseover and mouseout but when any of the markers ...
0
votes
0answers
30 views
OpenLayers.mobile.js and jquery mobile 1.0.1
I have an application that uses OpenLayers.mobile.js and jquery mobile 1.0.1. When I use both scripts together any long pages containing,for instance, a list, long form or a lot of text, are truncated ...
1
vote
0answers
20 views
How to filter in openlayer based on Attribute rather than property
I am trying to implement open layer rules and using comparison filtering. However I want to filter based on attributes that I have adeed as extended attributes, rather than property. Does it mean the ...
1
vote
0answers
35 views
SLD based selection on WMS layers - How to set the new style of a clicked point?
I'm trying to follow this example:
http://openlayers.org/dev/examples/SLDSelect.html
When I click on the point, its color should be changed, here is a piece of my code:
control = new ...
0
votes
0answers
19 views
Location Based Services Files: Cannot get .GPX file's content using JavaScript
I'm trying to get a .GPX file's content using JavaScript but it is giving me weird HTML elements. I've done the same for an NMEA.txt file and it worked perfectly. These files contain location based ...
0
votes
1answer
65 views
Google Maps v3 with Openlayers - First Zoom Level
I use Google Maps v3 in my application and I noticed a strange behavior, When I refresh the web page, the map zoomed out to display the whole map then get back to the zoom level I specify in my code. ...
0
votes
1answer
54 views
Running OpenLayers in .NET 4.5 breaks
So, I'm writing an web mapping application using OpenLayers in WebForms in .NET 4.5.
It was working wonderfully until my browser upgraded to IE9. Now the JavaScript fails. After researching I found ...
3
votes
0answers
57 views
Select features of layer which is not on top
I have a map with 3 layers: 1 base layer, 1 overlay and 1 WFS layer.
I load them like this:
map.addLayers([baseLayer, wfsLayer, overlayLayer]);
When an user clicks on the map it should select the ...
0
votes
1answer
54 views
How to show/hide labels with mapserver and openlayers
I'd like to have a check/uncheck option like this print checkbox to show/hide labels in my WMS layers served by mapserver 5.6.7 in openlayers 2.11. I have a toolbar where to put this using probably ...
0
votes
3answers
59 views
How to stretch GMT raster with gdal to work with google
How can I stretch a PNG raster coming from GMT (Generic Mapping Tools 4.5.6) in such a way that does align with Google satellite or bing?
Such raster is in wgs84 and crosses two UTM zones (17 and 18 ...

