OpenLayers is an open source Javascript web mapping library for creating web map applications.

learn more… | top users | synonyms

0
votes
0answers
8 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 ...
0
votes
0answers
11 views

Attaching popup to markers in OpenLayers

I have an Openlayers map with various markers, that are created using an JSON data: var epsg4326 = new OpenLayers.Projection("EPSG:4326"); var epsg900931 = new OpenLayers.Projection("EPSG:900913"); ...
0
votes
0answers
6 views

GeoExt Action Openlayers Control.DrawFeature

I'm trying to get coordinates from handler point but all the variants that Ivw tried did not work. var action = new GeoExt.Action({ iconCls: "gxp-icon-route", text: "Add route", ...
0
votes
0answers
6 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
0answers
9 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
20 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
13 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
9 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
16 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
1answer
9 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
20 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
37 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
36 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
8 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 ...
0
votes
0answers
6 views

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
25 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
14 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
10 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
9 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
20 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
18 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
14 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
13 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
36 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
34 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
48 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
0answers
26 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
30 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
27 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
23 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
77 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
21 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
18 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
25 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
28 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
15 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
33 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
18 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
62 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
44 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
56 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
53 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
56 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 ...
0
votes
0answers
19 views

using wfs_t to store data in postgis

i'm using wfs_t to add a feature to my layer, but when i click "save" i find nothing new in my table postgis i'm using this tutorial: ...
0
votes
1answer
27 views

Show partly one layer and partly another layer in OpenLayers?

I need to show let's say on half page the topmost layer, and on the other half the layer below. Being able to change how much is visible of each layer would be great if easily possible (by dragging ...
2
votes
1answer
74 views

OpenLayers Hello World Example Doesn't Work With HTML5?

I am trying to get started with using a map API on my website. I originally was looking openstreetmap but quickly realized apparently I need to be using openlayers if I want a map displayed. I am ...

1 2 3 4 5 26