The tag has no wiki summary.

learn more… | top users | synonyms

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
0
votes
0answers
17 views

Is there free software to open shapefiles and associated data? [duplicate]

I used to have ArcView3.1 on my computer for work, but my computer crashed and I switched jobs. Is there any frees software programs available that will not just open the shapefiles, but also the ...
1
vote
0answers
91 views

create a map from scratch

I am a newbie in GIS, so be indulgent if my question sounds stupid! I am working on a mapping project for scuba diving sites, and I need to create 3d maps viewable by users on android tablets, iOS, ...
0
votes
0answers
83 views
+50

Configuring image popups in a Silverlight application

My Silverlight application contains a points layer which contains paths to a folder of geotagged photos. These points were generated using the GeoTagged Photos to Points tool. I chose not to import ...
4
votes
3answers
588 views

Mobile, Offline viewer for geographic data

Currently, field crews consumer geographic data via laptop (no internet, no gps). ArcReader. I would like to get them shapefiles (or some derivative of a shapefile) on a mobile platform (smartphone) ...
3
votes
5answers
1k views

Is there a simple viewer for ArcGIS Projects?

I am a GIS analyst working for regional govt. I quite often have to create quite complicated interactive maps for non-gis users who need them for presentations. These non-GIS users then need to have ...
1
vote
2answers
588 views

WMS in arcgis viewer for flex

These days i am trying to develop web map using FOSS software.I hava WMS in geoserver.But it does not viewing in arcgis viewer for flex.Pls give me XML code for it? This is my WMS. ...
2
votes
0answers
86 views

How do you deploy services, data, code to an ArcGIS production server

We have a production GIS viewer that runs on a production server. Testing new development/data is done on a test server and we develop on a different server also. At the moment, a lot of the ...
4
votes
1answer
163 views

“Add Comment” functionality in Flex Viewer

I want to add some kind of commenting functionality for users to leave notes on a map. I know that Esri deprecated the "add pop up" element in 2.3.1 because it didn't save. My current thinking is to ...
1
vote
2answers
625 views

How can we remove the ESRI logo from ArcGIS Viewer for Flex 2.2

Logo layer is set to be visible by default. Is there a way to turn it off? Thank you
2
votes
3answers
2k views

Starting a GIS project in java with OSM data

I am starting a new GIS project in Java. Till now, I used JTS and geotools to load shape files - these data were then displayed on a swing interface. For this new project, I would like to use OSM ...