0
votes
2answers
53 views

How to display vectors in arcgis json format in openlayers?

For this project I am working on, I would like to display an ArcGIS Online FeatureService (JSON) in a webmap that I have built using OpenLayers. I am able to read the JSON from the service, but I ...
1
vote
1answer
34 views

Display mouse position from graph on a map

i need to develop a web application which shows a map, that displays a GPS Route. So far I can do this using Openlayers or ArcGIS Server. Now I want to add an interactive graph below the map. In this ...
1
vote
1answer
98 views

AJAX WMS Request from Linux to Windows ArcGIS Server [duplicate]

I am trying to figure out a CORS header or cross domain issue but to no avial. We have an OpenLayer application hosted on a Linux server. However, it calls a WMS service that is hosted on a Windows ...
0
votes
0answers
70 views

Ask Arcgis Server with Openlayers Legend

I am trying to develop a Web GIS using ArcGIS Server, using the OpenLayers framework. However, I am having a problem displaying the legend when I choose one of the layers. Has anyone encountered this ...
2
votes
0answers
139 views

OpenLayers ArcGIS93Rest layer not showing up

So this seems like it should be super obvious, but I can't for the life of me figure out why I can't get any ESRI layers to show up on my map. I've tried different layers and messing around with the ...
0
votes
1answer
271 views

ArcGIS Server tiled layer doesn't update on pan in OpenLayers

I'm trying to add an ArcGIS Server tiled/cached layer to OpenLayers. This is working using code modified from these samples. The only problem is that when panning the map, the layer does not update ...
5
votes
2answers
306 views

Can overlays have different resolutions from the base layer?

I am trying to show a regional map on top of base map but without success. While debugging I noticed that my regional map has a different set of resolutions from the base. Is this allowed in ...
2
votes
1answer
319 views

OpenLayers wrapDateLine Problems with ArcGIS93Rest

I'm having issues viewing a ArcGIS93Rest layer on both sides of the dateline -- the data doesn't cross the dateline. The problem is that i only see data for one side of the dateline until i pan west ...
2
votes
1answer
1k views

OpenLayers call ArcGIS WFS: no feature returned

I spent a long time looking for an example using OpenLayers to call ArcGIS WFS, however, almost none is found... currently the code I wrote is based on the example of GeoServer, however, no feature is ...
2
votes
1answer
152 views

Dynamic ArcServer Layer

I have the following setup: ArcGIS Server + ArcSDE on top of Oracle RAC. I created a view merging some data that is in Oracle and ArcSDE. In ArcMap it all works just fine. Whenever a new location is ...