Application programming interface (API). A set of interfaces, methods, protocols, and tools that application developers use to build or customize a software program.
2
votes
1answer
70 views
Setting up file geodatabase API
Can someone point me to a guide for setting up the file geodatabase API? I'm using Visual Studio Express 2012.
I can deal with writing and debugging the code - I just can't seem to figure out how to ...
0
votes
0answers
28 views
GDAL: add metadata to Bands when creating new GeoTIFF
This is a metadata question :-).
I am processing airborne laser scanning full-waveform data to extract information and I store this information by creating a multiband GeoTIFF using GDAL. I will have ...
0
votes
0answers
47 views
where clause with multiple fields : Arcgis api for javascript [migrated]
I am tring to perform a query with three fields .I have three combobox,each one is populated with a field values.I want to query with the value selected from combobox for each field.I want to know how ...
2
votes
1answer
33 views
First time using ArcGIS JavaScript API - where do I find the JavaScript API to include (.js) into my solution?
I'm writing a web service that will interface with ArcGIS. One of the requirements is to put:
esri.config.defaults.io.proxyUrl = "proxy.ashx";
in the JavaScript portion of the page. Of course, it ...
1
vote
1answer
43 views
jquery communication with arcgis services
I am working with the ArcGIS JavaScript API for my application. My app users are stored in a table published in a map service. Whenever a user wants to connect to the app, he needs to provide a ...
0
votes
0answers
14 views
populate a combobox in jsviewer widget
I'm woriking with jsviewer and JSAPI v:2.8. in one of my widgets I have a combobox which I want to be populated once the widget is opened .it should be populated with a field values coming from a ...
4
votes
0answers
69 views
3D maps on web application [duplicate]
1) Is there any web API which can show 3D trajectory below earth surface and can consume the ArcGIS feature service which can work closely with ArcGIS web platform.
2) Is there any way to publish ...
5
votes
1answer
80 views
Load third-party APIs only when the corresponding map layer is requested?
OpenLayers allows multiple map layers to be hosted on a common platform. If the map application supports a wide variety of maps, say from Google, Yahoo and Microsoft, I find that upon initialization, ...
0
votes
1answer
70 views
Using the API of QSpatiaLite plugin
I am using the popular QSpatiaLite plugin for QGIS. Since I am creating and modifying SpatiaLite tables directly with Python (using pyspatialite), I wonder whether I can automate tasks such as ...
1
vote
2answers
55 views
How to create a suitable filtered .osm for osm2po using OpenStreetMap Overpass API?
I successfully created a (.osm) set suitable for routing in a desktop GIS over a large custom area thus keeping only primary network (way object) using the Overpass API (see below).
I'm trying this ...
21
votes
3answers
3k views
Should I use OpenLayers or Leaflet?
I was debating with one of my collegues on OpenLayers v/s Leaflet. I made a point that OpenLayers is much better API if we wish to build a project, where you need direct connectivity to the Geoserver ...
1
vote
0answers
17 views
upgrade from 1.3 to 3.3 javascript api for arcgis with jsviewer [duplicate]
I try to use jsviewer (v.1.0) in my application , but it doesn't work with JSAPI version uper than 1.3 . How can I work with both :jsviewer and the 3.3 JSAPI version?
Thank you in advance
1
vote
1answer
105 views
How to request a limited no of features in Overpass api?
I am using Overpass api to query Building data from OpenStreetMap. the query string is like this
(way[building](bbox);node(w););out body;
This works really fine (the bounding box is specified by ...
1
vote
0answers
68 views
intersect two shape files using QGIS API
I am trying to automate a process of a shape file. We are using google maps engine and we have limitation on number vertices in a shape file. so I am using a grid to split the shape files.
In GUI , I ...
8
votes
2answers
544 views
Most suitable open source GIS platform
I'm looking for an open source GIS server or desktop package that supports as many file formats as possible, is fast, runs on Linux or Mac and can be controlled via an API.
Planning to do very basic ...
0
votes
0answers
36 views
Re-enabling a web service API call that has stopped working unexpectedly
so we have are running an instance of ArcGis Server, and have a handful of services running. These were set up by someone who is no longer working with the company. Some of them are built into ...
0
votes
0answers
57 views
Requesting styled Google Map tiles via URL
I'm not working with the Google Maps API but I'd still like to be able to request styled map tiles. Is it possible to request a styled Google Map tile via a URL similar to the slippy map URL format ...
1
vote
2answers
316 views
extract elevation values along a line using Google Elevation API
I note that there is the Google Elevation API.
I see they have an example at the bottom showing an elevation profile for a line. Is there a premade service someone has put up on a website for me to ...
87
votes
14answers
23k views
Comparison of JavaScript mapping libraries?
I am working on a web-based mapping system and I'm trying to figure out the best/most appropriate library to use. There are a few of them about and they each have pros and cons. Even after trying a ...
2
votes
1answer
49 views
Method to find “if map data is available or not”
I am using Arcgis javascript api 3.2. I use the mapservice,
https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer.
I realized that map data is not available when the ...
2
votes
1answer
196 views
What Reliable Reverse Geocoding API Can I Use?
I am working in a company where our team requirement is to do reverse geocoding lookups. Below is our requirement.
To give you more background, the 3 geolocation-related needs I have are as follows:
...
-3
votes
1answer
72 views
Where to find QGIS API documentation?
Where to find QGIS API documentation?
Can someone please share a QGIS API documentation link, i couldn't find it anywhere on the site.
please help
thanks
11
votes
4answers
2k views
What reliable GeoCoding service would you recommend me?
I'm looking for a web service providing a full address based on coordinates (and reverse).
I'm ready to pay for that service.
I don't want to use Google's API.
8
votes
6answers
1k views
What are the advantages of using Rails for a GIS/mapping application?
I've heard some good things about Rails, but I don't know much about it yet. There are only a few questions about Rails on GIS.SE (and there's not even a Rails tag).
Is it worthwhile to learn about ...
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
98 views
Closest set of points to another set of (predefined) points
I have 10 sets of points which I call templates that I have manually classified from 0 to 10. Each point is a X, Y coordinate in a text file. Each template has 5-8 points.
I have new sets of points ...
0
votes
0answers
63 views
Zooming the selected polygon to the center of .NET WebBrowser control
I have an ArcGIS Server JavaScript API application. I am embedding this page in a .NET WebBrowser Control. The size of the webbrowser control is approximately 300X300 pixel. I have code that query and ...
2
votes
1answer
75 views
Is the QGIS blog broken?
I would like to use the QGIS API in my own program to display maps ....
So I thought I would find some tutorial here :
http://hub.qgis.org/wiki/quantum-gis/Writing_custom_Applications_with_QGIS_API
...
3
votes
1answer
80 views
API for Real Time World Statistics
Does anyone know of an API (preferably free) that can provide real time world statistics such as Crude Birth Rate, Crude Death Rate, world/country population, or emails sent today as on the website ...
3
votes
2answers
3k views
OpenLayers and the legend
Is it a possibility in OL to add a legend (symbology) directly to (under) particular layer (not only switch on/off the layer)?
0
votes
0answers
168 views
How to Query Parks in GeoNames and Combine it With a Polygon Layer?
I run a hiking site and would like to get parks where you can at least have a nice walk. That means they should not be playgrounds, stadiums, and probably be bigger than 3 square city blocks at least.
...
0
votes
0answers
55 views
Link problem building windows application using QGIS library routines
This is not a plug-in that I am trying to build, but a direct usage of analysis functions within a microsoft dll I am writing. I have sucessfully linked all but one catagory of functions into my ...
2
votes
1answer
88 views
deCarta Android API geocode throws Protocol not found exception
I am using the deCarta Android API to find the GPS Lat/Lng of a street address. However, whenever I try to use the geocode method of the Geocoder class it always throws the exception:
Protocol not ...
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 ...
0
votes
2answers
85 views
I am looking for a list of mapping libraries? [closed]
I am looking for the top APIs that I can use to display maps from a number of map servers/sources. (like openlayers and openscales). So are there any other popular APIs for other languages than ...
0
votes
2answers
114 views
What are the top best webmapping API clients? [duplicate]
Possible Duplicate:
Comparison of JavaScript mapping libraries?
I am looking for the top APIs that I can use to display maps from a number of map servers/sources. (like openlayers and ...
1
vote
1answer
866 views
How can I fix “ImportError: No module named qgis.core”?
First of all, I'm using Python 2.7.3, QGIS 1.8 (Lisboa) on Windows 7 pro 64 bits. Now let's go to the actual question:
I have written some code (Python) that works well within the QGIS built in ...
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 ...
1
vote
1answer
113 views
Where is the ArcGIS Workflow Manager REST API documentation?
I hope it is online and I'm just missing with my searches.
I'm looking for this API documentation for 10.0 (but I will +1 answers relating to the 10.1 version):
2
votes
1answer
320 views
Regarding property setMinScale(scale) and setMaxScale(scale) in ArcGIS Java script API
I am new to programming in JSAPI.
I have two dynamic layers and I want to set the property setMinScale(scale) and setMaxScale(scale) to layers so how do I Set ?
ex. I tried using ...
1
vote
3answers
394 views
How to export a shapefile through the Wikimapia API?
I am trying to download a kml file from Wikimapia containing information on quaters (districts), the very same information that is nicely available on Wikimapia. What I want to get at the end of the ...
5
votes
1answer
98 views
How to Add FileGDB driver to PyGDAL installation
I installed ArcGIS 10.0 and it installed Python 2.6.5 with it. Later, I installed pyGDAL using the windows installer within that Python installation. I cannot find a specific place where GDAL is ...
1
vote
2answers
694 views
'invalid parameters' on ArcGIS rest API used from Silverlight
I have an Silverlight application from which I'm trying to create new features to ArcGIS server. Every time I get error
{\"error\":{\"code\":400,\"message\":\"Unable to complete ...
2
votes
1answer
154 views
How can i use MapServer service using arcgis api for silverlight?
Is it possible to use a service published from MapServer using ArcGis api for Silverlight ?
for exemple :
<esri:FeatureLayer ID="Schools Without Attendance Areas"
...
0
votes
1answer
109 views
Global Geo Api places
I'm looking for a global geoapi for the places.
I see Facebook places, google places, simplegeo, factual etc...
Why not create an API that includes all places? Free and easily accessible as ...
0
votes
0answers
90 views
How to migrate from SQL API code to Google Fusion Table API v1
I have a javascript web mapping application code built using previous SQL API which has been deprecated recently. I also used JSON to give back results. Now I want to migrate to new fusion table API. ...
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)
{
...
6
votes
1answer
1k views
Add a OpenStreetMaps road data layer on Google Maps API v3
I've successfully embedded a Google Maps API v3 map on my site, and added OpenStreetMaps (OSM) as the base layer. Is it possible to use Google's tiles as the base layer, and then overlay street data ...





