Tagged Questions
0
votes
0answers
6 views
Phonegap: not displaying OpenLayers image
I'm using Phonegap 2.6 and OpenLayers 2.12 for my mobile application.
Feature:
in a panel (jQuery Mobile), I'm clicking in a checkbox and georeferenced images are displayed in the map that is ...
0
votes
1answer
11 views
Twitter Bootstrap & OpenLayers Shrinking Map by 100px
I'm using Twitter Bootstrap and Open Layers to show a map on a page:
http://tinypic.com/r/2qu826t/5
The map should be 100 pixels to the left and over top of the div id="OpenLayers.Layer.Image_84" ...
0
votes
0answers
7 views
How to add .json file as base layer in OpenLayers?
I am new to OpenLayers. I have converted my shapefile to .json format. I want to add it as baselayer. Can any one help me by providing code. Thanks in advance.
0
votes
0answers
17 views
How to show zoom level on openlayers (js/html file only)?
looking for some help on this. I know it is something along the lines of
new OpenLayers.Control.ZoomStatus({
autoActivate: true
})
Looking to add a div for the zoom status also: or what would be ...
0
votes
1answer
14 views
GeoServer Request not working
I am trying to add map into my web page. Shapefiles are uploaded/published in GeoServer. When request is made, not map is displayed in webpage. Following is code.
<html>
<head>
<script ...
0
votes
3answers
72 views
Get element of a responseText JSON of an OpenLayers get request
am trying to do a OpenLayers.Request.GET to load data from url in Format=json here's the request ( note: url works fine, it brings data in json format):
var request = OpenLayers.Request.GET({
...
0
votes
2answers
47 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
25 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 ...
1
vote
1answer
60 views
OpenLayers Clustering Adds Features to Selected Features Array on Zoom
This is my first posted question despite using StackExchange for a few years now. I've been stuck for quite some time trying to figure out this issue with OpenLayers. The problem is as follows:
I ...
0
votes
0answers
166 views
OSMAND OBF FILE CREATION FROM SHAPE FILE ..the output map file not displayed Turkish language why?
Create GPX File(QGIS)
Export the GPX file into a new one using layer- save as option. Specify the data source option as GPX_USE_EXTENSIONS
Editing Timestamps of GPX data
Converting GPX file to OSM ...
0
votes
1answer
152 views
Display placemark name in openstreetmap from an external KML file using Openlayers
I am trying to load a KML file of a particular state and display the counties with its name .I am using the following code .
map = new OpenLayers.Map({
div: "map_canvas",
...
0
votes
0answers
31 views
Add div (or canvas) on map in openLayers (like in GoogleMapApi)
I want add object (div or canvas) add on map, that it moves with the card.
I use OpenLayers. How it work in GoogleMapApi.
0
votes
0answers
63 views
combine between WMS and WFS
We are developing a project which contains a lot of data. We are using WMS layers for displaying the points. Also we used WMS to return points information in a popup window,
however to highlight ...
0
votes
1answer
86 views
Pinch zoom event in openlayers
I'm using openlayers on an image and looking to have it so that if I zoom all the way out and it's off to the side a bit, that it will be automatically centered. I have the following code, but it is ...
2
votes
2answers
454 views
OpenLayers GeoServer Cross Origin Issue
I am trying to make a WMS GetFeatureInfo request from an openlayers based application to GeoServer.
But I am hitting the cross origin issue, as it know my origin is http:localhost.
Hopefully someone ...