The dynamic tag has no wiki summary.
3
votes
1answer
47 views
TKinter to provide variables
I've been looking for a way to enter a unique field name into an attribute table for up to 40 feature classes. I need the field names to be meaningful, not just 'field1', 'field2' etc. For example, if ...
1
vote
1answer
70 views
Where can I download Real time Traffic and weather data for the world?
Where can I download real time data for traffic and weather? I'd like to use it as an overlay on a mapping service of my choice (eg. Google maps, OpenLayers etc.)
2
votes
3answers
133 views
Breaking a dynamic text line in data driven pages
I am using data driven pages and some of my dynamic text attributes are too long for my layout. Is there a way to break the line into 2 or more lines with out editing the data?
Example:
FROM
Billy ...
2
votes
1answer
44 views
Displaying raster attributes on data driven pages
I have a feature class of 50 properties that are ranked. I have a photo for each property stored in a raster attribute column (in the feature class) called "Picture". I am trying to create a Dynamic ...
0
votes
1answer
92 views
Dynamically Reload OpenLayers Marker Layer based on user input
Not really sure how to ask this, so I'll outline the scenario.
We have a database with locations in it. There are various types of cars at each location and each car has a problem of varying ...
1
vote
1answer
53 views
Use Java to automate the service creation and display up to date data on the map
Our team is using ESRI ArcGIS and our requirement is
1.To create a web application in JAVA with a map displaying various data from DB.
2.The data gets updated periodically in the DB and the map ...
1
vote
0answers
70 views
Layer set visible
I add this layer like this:
var POIData = new esri.layers.ArcGISDynamicMapServiceLayer("https://mysite.com/ArcGIS/rest/services/POI_Data/MapServer");
map.addLayer(POIData);
...
5
votes
1answer
242 views
Is dynamically generating Choropleth maps a solved problem?
I am trying to work out what mapping tools I would need to use to dynamically create Choropleth maps from our data.
I am working on a project where the backend is a big database of statistics, and ...
2
votes
1answer
61 views
Dynamic Attribute Table
This seems silly to me, but I haven't hit this before. I have multiple (30+) point tables, 100 data points each, and want to start designing symbology and doing things like point distance. However, my ...
1
vote
1answer
239 views
displaying scale of dyamic map service layer using ArcGIS JS API
In ArcGIS JS API, I would like to know and display the scale of a dynamic service layer by using the onExtentChange event, but the LOD argument is only valid for tile map services. Is there an ...
0
votes
2answers
150 views
Doing Math On ESRI ArcMap Dynamic Text
Is it posssible to perform any math on ESRI ArcMap dynamic text? For example I have the area of a SDE park layer's SHAPE.AREA, but it is in m2 because the layer is in NAD_1983_UTM_Zone_17N. I want ...
1
vote
1answer
466 views
Dynamically adding features with cluster strategy
I am trying to dynamically add features to a vector layer, and use cluster strategy to group those features accordingly.
I am able to do this for the first set of data that gets loaded on the map.
...
1
vote
0answers
112 views
Time Slider and data driven pages
I have parcel polygon data from 1900 to 2000. Using the Time Slider tool I can animate the parcel map. I would like to parcel attribute information like grantor name as the map is populated over ...
0
votes
1answer
152 views
Is dynamically changing a datasource possible in arcgis js api?
I've posted a related question is in the ArcGIS Desktop forums, but hasn't gotten any replies yet. In that case, I would like tackle this in another way, which is dynamically changing a datasource ...
1
vote
0answers
114 views
How to create a dynamic distance calculator for selected line feature classes?
My situation:
I am relatively new to GIS so forgive me if this is a stupid question. I am working on a project at a park that I am interning at where the goal is to create a single feature with ...