JavaScript Object Notation (JSON), is a lightweight, human-readable data interchange format.
7
votes
0answers
379 views
Geoserver GET request to the REST API without authentication
I am using Geoserver to serve a number of WMS layers. I am using jQuery's $.getJson('/geoserver/rest//featuretype.json') to programmatically populate a table with the available layers and their ...
2
votes
0answers
180 views
OpenLayers BBOX sending double requests
I've implemented a openlayers bbox strategy on a vector layer. I have my server return a nice jsonp object wrapped in the callback given by the request.
The problem is that during normal use of the ...
2
votes
0answers
311 views
GDAL tiling DTED (dt2) dataset as gdal2tiles for 3D Maps
i am searching some webgl technologies to create 3d map with digital elevation data. for web tech. i have found ReadyMap SDK to create 3d map from TMS...
in ReadyMap for elevation data it uses sth ...
1
vote
0answers
46 views
Making tracking data available to Geoserver
I have tracking data from GPS, which gives latitude, longitude, heading, etc.
Right now it's stored in a non-standard database (Accumulo) and I'm looking into how best to make the data available for ...
1
vote
0answers
186 views
ArcGIS API Javascript - FeatureLayer from json: problem with queries and popup
Hello everybody
I've tried this code proposed by Derek Swingley in JSFIDDLE:
JSFIDDLE-FeatureLayer from JSON
Everything "seems" to work fine, but not always. If you go down to the closer scale (level ...
1
vote
0answers
320 views
Multiple Google fusion table layers with queries using javascript
I am making a web mapping application using Google fusion tables and JavaScript. Earlier I had only one Layer on it, but now I have to put another layer. Both the layers have bunch of queries. I am ...
0
votes
0answers
23 views
I copy/pasted code from ArcGIS .NET ashx proxy into my Controller method, now debugging is jumping all over the place (multi-threaded, apparently)
I have a controller that takes in JSON data via HTTP POST. Inside this controller is a call to a method that I copied/pasted from ArcGIS's .NET implementation of the proxy that's needed to connect to ...
0
votes
0answers
44 views
How to make a REST request to a WFS-G service?
I'm trying to execute a REST-based query to a WFS-G Gazeteer service (as described at: http://frameworkwfs.usgs.gov/wfsg/) to query for a location name, but haven't been successul. Can anyone assist ...
0
votes
0answers
49 views
Entity with Geometry column to JSON with Java / RestEasy / Jackson
How can I transform a entity with geometry column in a JSON to send via RESTEasy?
Thanks, Luciano
0
votes
0answers
57 views
Send WMS Request as JSON
I'm using openLayers and geoserver. I'm making a layer with openLayers.Layer.WMS to geoserver and am adding cql_filter to filter down id's. Here is my code:
var kent = new ...
0
votes
0answers
134 views
Localhost and dns dynamic host OSRM server getJSON
I am having problems trying to use a dnsdynamic address to get a file from Open Source Routing Machine (OSRM) server by using getJSON function in javascript.
If I use localhost:5000/ as address of my ...
