Concerned with the process of creating and subsequently modifying and maintaining software and systems.
0
votes
0answers
43 views
QGIS Plugin Development - Displaying Data from a feature
I want to display data based on the feature currently selected/clicked on.
I am following a tutorial from http://www.qgisworkshop.org/html/workshop/plugins_tutorial.html.
It initially shows you how ...
94
votes
47answers
6k views
What free programs should every GIS user have installed?
I'm not necessarily referring to ESRI extensions or open-source products, but others that increase your productivity and ability to handle GIS tasks.
For example, Notepad++ for writing code snippets ...
7
votes
1answer
130 views
Instructor led Web mapping development courses?
Hey guys I have been messing around with programing for a while now and have gotten proficient with Python and have some interest in HTML 5 and Javascript. I have recently received a request for an ...
12
votes
4answers
2k views
Which framework is best to implement an application robustly, using ArcGIS Server JS API?
Over on the Esri forum, user Matt Moyles suggested that the approach used in the Esri JS samples isn't suitable for robust development of a web mapping application using HTML, JavaScript and CSS:
...
0
votes
0answers
135 views
How to loop through Identify Dialog fields? [closed]
Is there a way to loop through the values displayed by Identify Dialog?
I tried the IIdentifyDialog interface but it does not expose any useful method; neither is there any QI which can be of use.
...
3
votes
3answers
1k views
OpenLayers change feature's style
Working with OpenLayers 2.11, I'm desperately trying to change my feature style as the user selects it (fairly simple I agree!).
Indeed, It seems easy but I can't see where It fails, perhaps someone ...
2
votes
1answer
69 views
Problems with inspect element in browsers
I use google chromes inspect element for debugging.
I have a map displayed on my page with 1 base layer (osm) and 2 overlays (wards, points) and a highlighter control. The map displays and works ...
1
vote
2answers
139 views
Can anyone point me to good development environment in linux for client side search with flex or javascript?
I want to create a client in mapfish, and/or opengeo, using open layers, maybe cartaro and would like to play in a development environment using flex or javascript.
I need to take my data, make it ...
4
votes
2answers
1k views
How to develop WMS services in java?
Can anyone point me to any resources regarding developing a custom WMS service in java? I am seeking for a tutorial for an experienced programmer, but including the details of setting up the server ...
0
votes
1answer
162 views
How to Install the ArcGIS JavaScript 3.2 API library on an IIS Web Server? [closed]
I would like to deploy Server API for JavaScript 3.2 in my server to use it in my asp.net project instead of connect to server
What are the steps to be followed in deploying it to a local ...
3
votes
0answers
94 views
Geoserver REST example not working
I am trying to follow the example to create a new REST service in Geoserver:
http://docs.geoserver.org/stable/en/developer/programming-guide/rest-services/implementing.html
After building, accessing ...
6
votes
14answers
3k views
Why can't the breakpoint be “hit” when debugging an ArcGIS 10 Add-In?
Now and then I run into the following problem:
I start debugging the Add-In and breakpoints are ignored. Almost seems like the communication between the IDE and the component is not working.
My ...
5
votes
1answer
158 views
How to call GRASS modules in pyQGIS?
I wish to use a Grass module (v.to.db) in QGis, without the grass toolbox.
I tried with the Python console, but to no avail :
Using Sextante plugin but obviously it didn't know all the grass ...
3
votes
1answer
94 views
Join GPS points obtained from .GPX file in Python Console
Having loaded the .gpx file into a new layer from python console, I'm unable to access the gps points in the attributes table. Essentially, i'm unable to join these points to form a polygon ...
2
votes
0answers
40 views
What is the best way to manage dependencies between layers?
I have multiple layers that has dependency with each other.
Such as: City; Courts; Lots; Front Lot; Buildings.
The polygon's "block" depends on the polygon's "City." Example dependency: Buildings-> ...
13
votes
5answers
266 views
Python Development Project - Team working
We have a development project in Python (ArcGIS 10). This project involves a mixture of toolboxes, map templates, layer files, file geodatabase templates (acting as templates being imported into a ...
2
votes
1answer
86 views
plugin 'hook' when writing with Python
Just a conceptual question... when writing a plugin using Plugin Builder 1.8.3, where does the script get connected to the application instance objects?
As an example (taken from ...
2
votes
3answers
2k views
Implement 'Zoom To Selected Features' in VB.Net
Seems like this should be dead simple. I'm writing an add-in for ArcMap 10 in VB.Net. I need code that will reproduce the 'Selection --> Zoom To Selected Feature' menu option.
3
votes
1answer
75 views
What are the most common functions a GIS web app should have?
I'm a programmer making his first steps in the GIS world. In order to get to know this world I wrote some map based apps using WMS / OSM , OpenLayers and MS-SQL (non spatial).
Now I want to put it all ...
2
votes
0answers
95 views
How to georeference an areal photograph given known coordinates of the four corners and center of the image
First, let me say that I am new to this field. I have an existing image/video viewing application. My primary goal is to implement an efficient method to determine the latitude and longitude of any ...
1
vote
0answers
61 views
How to add data from a Google map as layer in ArcMap using C#?
A want use C# to write a tool: add data google map as a layer in ArcMap. I am using Arcgis 10.0.
Can you help me.
Thanks and regards.
3
votes
0answers
309 views
How to detect MGRS/UTM zone?
I posted a similar question on StackOverflow, but I thought I'd check here as well.
I am developing an open-source library for converting between coordinate systems, and I've run into a wall.
I want ...
3
votes
0answers
265 views
How do I Convert from LayerDescription.SelectionFeatures to GraphicsLayer?
How do I convert (in a clear and concise way) from
ESRI.ArcGIS.ADF.ArcGISServer.LayerDescription.SelectionFeatures
to
ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer
I want the selected ...
2
votes
0answers
193 views
How to turn off tool tip for the Identify button?
When using the esriControls.ControlsMapIdentifyTool tool, the (i) button, whenever you click it, it says "Click on or drag a box over a feature and place on the map where you want to identify" in a ...
11
votes
4answers
554 views
How to get started on a GIS Programming Career?
I am already working as GIS Consultant in UK. Being an engineering consultancy (not IT or GIS based) company there wasn't any need of GIS development in the organisation.
But due to some recent ...
6
votes
5answers
1k views
Are there any GIS component that can be used for developing GIS applications for Android phones?
I know that ESRI has ArcGIS APIs for Android what other options are there for me as developer, if I'm about to develop GIS applications for an Android phone?
16
votes
9answers
2k views
How do I develop my GIS programming skills?
I would like to develop my GIS programming skills, where do I start? People say learn C++ or Python but where can I learn this in a geographic context? Tutorials or anything would be very helpful, as ...
34
votes
10answers
3k views
Where can I find QGIS tutorials and resources?
After several recommendations, I thought I'd familiarize myself with the capabilities of QGIS.
I downloaded the program, but apart from basic loading of data, I got lost (the help file wasn't much ...
0
votes
1answer
58 views
How to view the class files of QuantumGIS for further development?
I have been searching class files of QGIS for a while for customisation and edit it for a project..But I am unable to get or download the files...can anybody give some references if we can really view ...
1
vote
1answer
223 views
Geoserver build error
i am getting a build error with mvn clean install on geoserver 2.2.x branch saying
Running org.geoserver.platform.exception.ExceptionLocalizeTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, ...
2
votes
2answers
137 views
Where to start GeoServer Development?
I want to contribute to GeoServer development. I am well experienced in programming and since I am now completely working on GIS projects, I think I will find enough time for these tasks.
Where ...
2
votes
1answer
244 views
How to port QGIS C++ plugins to other QGIS installations?
I developed a C++ plugin for QGIS using VC++ express 2008 and a QGIS dev release (1.9.90 alpha), my plugin works fine on this release and now I want to port it to other QGIS installations, so I copied ...
19
votes
3answers
1k views
What do I need to know, to develop a plugin for QGIS?
I wish to develop a simple plugin for QGIS, which will open some data, and some specific processing.
I have quite a it of development experience with ESRI's Arcojects, but haven't developed with QGIS ...
7
votes
5answers
872 views
Are there any .Net opensource library for geometry operations?
Are there any opensource librarys for doing geometry operations (union, intersect, relation...) in .Net?
2
votes
1answer
130 views
QGis - Plugin libraries
I need to develop a couple of qgis-plugins. I made some promising first steps and completed a few easy plugins. Now its time to move to more complex plugins which need to import several tool-classes I ...
6
votes
2answers
189 views
Looking for advice regarding solar potential applications
I have the task of looking into whether it is possible to build a solar potential application which would inform the user whether a roof is suitable for solar panels and a brief report about the ...
0
votes
1answer
330 views
GIS learning resources for a .NET developer
There are couple of questions which are related to learning GIS or GIS skill sets here but I would like to ask very specific question.
My current skills: I don't claim that I am a good programmer ...
30
votes
14answers
2k views
Is there any experience using Computer Games to display GIS data?
besides being a GIS use I'm a big computer game fan.
Games like Civilization, Minecraft, World at War and many others have a very powerfull engine to display huge maps in a beutifull way. I was ...
3
votes
0answers
41 views
How to use ITableEdit interface with ArcGIS 10?
I'm new with this technology. I modify data as you can see below:
private void changeVersion(IFeatureWorkspace ifw, IWorkspaceEdit iwep,
IServerContext m_serverContext, String versionName) ...
1
vote
0answers
73 views
Setting border-style to 'no pen' using QgsGraduatedSymbolRendererV2
I am developing a QGIS plugin that, after a series of inputs, will produce a thematic map using the QgsGraduatedSymbolRendererV2. Because the polygon are very small, the boarders make it such that ...
3
votes
2answers
300 views
How to Get my Custom Toolbar to popup when my Custom Extension is Enabled?
I am developing a custom extension for ArcMAP in Arcgis 10, and would like to display my Custom Toolbar automatically instead of having the user to select it from the customize window. Is this ...
0
votes
0answers
49 views
Why is IQueryGeometry crashing when ITextSymbol:Text contains more then one AMPERSAND (&) symbol?
I have a bit of an issue with my addin which converts annotations (text) to polygons. To do this I use the ITextSymbol obtained from the Annotation Feature which is then implemented by the ...
0
votes
2answers
236 views
Examples of web-mapping for plantations
Is there any of you ever work to develop a web-mapping project for a plantation company? Or is there any such project published? If there is then :
Can you point where I can see an example of the ...
4
votes
2answers
189 views
Developing tools for ArcMap 9.x and 10.x
I've been asked to start developing something for ArcGIS 10.x, but here is the problem: in my computer I already have the SDK and ArcMap 9.3.1 installed.
That means that I need to uninstall it before ...
2
votes
1answer
964 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 ...
4
votes
2answers
687 views
Is it possible to publish a geoprocessing services that uses a custom gptool on ArcGIS Server 10?
I have developed a custom GP tool in C# which does a bunch of processing on a given layer.
It works great in ArcMap on all machines that I have deployed it to. I created a model which uses this tool ...
7
votes
2answers
526 views
What are the implications of using .NET Generics to store ArcObjects?
I'm wondering what are the implications of using Generic types in .NET to store ArcObjects, such as ILayer, IField, etc.
The compiler throws me a warning when using these kind of values
public class ...
1
vote
0answers
154 views
How exactly is an SLD_body object (when extracted from its XML href) structured when using a cElementTree to parse it?
I'm trying to export data from a PostGIS database into a geoserver and I've gotten it to where I can get the PostGIS database to point to the geoserver (I'm doing this as a python script for a GIS ...
4
votes
3answers
650 views
Where to start with Web GIS development, or which technology to select?
I am very new to GIS development, and to be be frank I have no background about it at all. I searched the web but the tutorials I found seemed to assume the reader has some background information.
...
8
votes
10answers
2k views
Web GIS Development Skill Sets [closed]
What technologies and skill sets should one who wants to do web GIS development study/acquire?
One skill/technology per answer please.




