The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
1k views

What native spatially-enabled SDK options are there to deploy GIS data on iOS and Android mobile devices?

I am only interested in iOS and Android options that allow me to build native solutions to render/collect data. Response time is very important, since I want to be able to draw many geometries - not ...
4
votes
0answers
125 views

ArcGIS reloadData runs very slow on iOS

So I have some points on a map. I've written code to allow the user to drag a point around the screen which more or less looks like this. - (void) mapView:(AGSMapView *) mapView ...
3
votes
1answer
396 views

Problems with gxp Print plugin via opengeosuite sdk

I am trying to import the print plugin within an application built using the Opengeo Suite sdk and I have run into issues as is described in the following thread ...
2
votes
1answer
965 views

How can I develop a vehicle tracking application on a tight budget?

I need to develop and GIS application in .net with following Requirement, Can you please suggest the options how can i start with. I am new to GIS World, but I have a good knowledge. I neither ...
2
votes
1answer
2k views

Where can I download arcGIS desktop 9.3.1?

I have a EDN subscription, but a just can't find where I can download ArcGIS 9.3.1 software (specifically the ArcGIS desktop and the SDK?
2
votes
0answers
58 views

How to start developing with Jeppesen C-MAP?

I've just downloaded all the contents from the FTP of Jeppesen for their product called C-MAP CM93. I've been reading the documentation contained in the SDK folders, but I can't figure out how to ...
1
vote
2answers
230 views

OpenGeo Client SDK set up for Windows 7 - what is ant path?

I am relatively new at this and so these questions may seem a little basic to most. I have installed the OpenGeo Suite which includes the Client SDK on Windows 7. I have also installed JDK6. But I ...
1
vote
2answers
268 views

Looking for .Net alternative to Mapxtreme

I'm pretty new to the GIS area. I was involved in a project that used MapXtreme server and MapXtreme SDK to query the tabs (as in SearchNearest , SearchInRadius etc...) I'm looking for an open source ...
1
vote
1answer
170 views

trying to use mbtiles as a OpenLayers.Layer.TMS

I am modifying the opengeo MapBoxSource plugin. The plugin is able to render MapBox Mbtiles into a openlayers TMS layer. I am modifying the plugin so that it will render my own tilesets served from ...
1
vote
1answer
143 views

adding feature grid using ClientSDK

I am adding a Feature Grid in the Map page using this tutorial and I am not sure where exactly I have to add, autoLoadFeatures: true The tutorial says that I need to edit the feature manager ...
1
vote
2answers
102 views

Using the ArcGIS Runtime SDK for C# is there a method to Hit Test for a polygon on the graphics layer?

I am very new to using ArcGIS runtime SDK for C#. I have loaded a polygon from a shapefile. I wish to query if a lat/long point is inside or outside the polygon? How can I do this? Thanks in ...
0
votes
1answer
74 views

Looking for free sdk/lib/framework for UI for openlayers app

I'm looking for free UI lib/sdk/framework to make openlayers app that I can have the map in one panel , the layer control in other panel and maybe hovering tool bar (instead of putting buttons on the ...
0
votes
1answer
270 views

How to query Fusion Tables to produce a feature layer with the ArcGIS Android SDK?

I am hoping to find an example of how one can hook into Fusion Tables with the ArcGIS Android SDK. The Fusion Tables API uses HTTP GET requests to query and retrieve data from a table. Shown here: ...
0
votes
1answer
75 views

IDE Problem ArcGIS Runtime SDK for Android

I'm trying to develop an app with ArcGIS Runtime SDK for Android. Honestly, I'm not much experienced. Just looking for the best IDE choise. Eclipse works just fine with the Runtime SDK. But has no ...
0
votes
2answers
190 views

Setting up pre-requisites for creating viewer using suite-sdk

I am creating a Viewer using the suite-sdk from the following tutorial, which says The Client SDK should be installed onto a machine where the development will occur. This is typically bundled with ...
0
votes
0answers
21 views

Is there a JavaScript SDK for Vehicle Tracking?

Does exist a JavaScript SDK for Vehicle Tracking? Like this:Map Suite Thanks.
0
votes
1answer
18 views

How to logout when there is no cookie found?

I am using Opengeo Suite and through client SDK I created an application. When I run the application, browser automatically shows the login panel. After entering the username and password, it takes ...
0
votes
0answers
15 views

How to develop an Opengeo Suite Client SDK with Eclipse? [migrated]

I have a problem in developing an Client SDK application with Eclipse, maybe someone already do this. I started by creating a new application with the Client SDK by following the tutorial : ...
0
votes
1answer
309 views

add grid to GetFeature Info tool

I have added the GetFeatureInfo Tool to my Viewer but the PopUp does not have a grid in it to display the Feature Info neatly. How do I get the grid layout in the Feature Info PopUp, like the one ...
0
votes
1answer
202 views

IUniqueValueRenderer with three fields

I have found some ArcObjects code to get unique values on one field for a IUniqueValueRenderer but I can't conceptually wrap my head around how to do that with 3 fields. Would this be .Net code or is ...