Tagged Questions
0
votes
0answers
146 views
Using Bing Maps API in Geoserver OpenLayers Map Application
I am using Geoserver and Openlayers to display several shapefiles in a mapping application. I thought the best way to begin would be to organize the datasets and do a layer preview in Openlayers on ...
3
votes
0answers
163 views
How to download GeoTIFFs using the REST API in GeoServer 2.2?
I am using GeoServer (Version 2.2 Git Revision f5b5c35076b52d02eb9cca3fa3232bc17b5f6d80 Build Date 19-Sep-2012 18:33 GeoTools Version 8.2 (rev 704570474295e339c08d1ca140d884f23a8a03a3)) and I've got ...
3
votes
2answers
401 views
programmatically create and publish geotiff layer in geoserver
We need to automatize process of creating datastore and publishing geotiff layer. Also, before publishing we need to change Declared SRS and to save Native Bounding Box to our database.
Geotiff file ...
0
votes
1answer
167 views
Spatial Rendering using ArcGIS Restful APIs
Always when I read the documentation, I always hear the term Restful APIs and ArcGIS Server using Restful Service to render the mxd hosted on the server.
I am a bit unclear about what exactly does ...
1
vote
1answer
217 views
GeoServer REST API Issue: PUT HTTP Method
I've the function below which creates or replaces an existing layer group:
public bool AddToLayerGroup(string layerGroupName, string layerName)
{
try
{
...
1
vote
1answer
410 views
Using GeoServer REST API and C# to create Layer Group
Following information at this link in the section on creation of layer groups, I've created the method(C#):
public bool AddToLayerGroup(string layerGroupName, string layerName)
{
...
1
vote
0answers
179 views
GeoServer REST API Timeout Error
I'm trying to upload a 20MB shapefile using the REST API, but gets a timeout error. I can upload smaller files without problems.
I'd like to be able to upload a shapefile of any size without ...
3
votes
0answers
171 views
GeoServer REST API: Creating Database Data Store does not persist password
I'm passing the XML created by the method below to a GeoServer REST API request that successfully creates a postGIS data store. However, password is not persisted. I have to update the password ...
5
votes
7answers
2k views
What map source/API/tools are recommended to create Web GIS/Mapping application utilising Microsoft technologies?
I'm researching about technologies (around Microsoft tech) to create mapping application and would like to have advice/suggestions.
Brief requirement to build mapping application with Microsoft ...
