|
POST
|
Carolyn, Look at this resource Configure pop-ups—ArcGIS Online Help | ArcGIS or here: Related Tables in ArcGIS Online? What browser are you using?
... View more
02-26-2016
12:08 PM
|
1
|
0
|
2828
|
|
POST
|
Carolyn, Can you add some screen shots of what you are experiencing?
... View more
02-26-2016
11:45 AM
|
0
|
4
|
2828
|
|
POST
|
Karl, I would consider moving this to Web AppBuilder for ArcGIS
... View more
02-26-2016
08:04 AM
|
0
|
0
|
3000
|
|
POST
|
Are you thinking something like this? Advanced Draw Javascript API - Advanced Draw widget add text to map?
... View more
02-26-2016
07:13 AM
|
1
|
0
|
869
|
|
POST
|
Ian, Look here: Web map not defaulting to initial extent or How to turn off new "auto saved map extent and layer visibility" in Nov 2015 update?
... View more
02-25-2016
04:30 PM
|
3
|
0
|
948
|
|
POST
|
Ian, I do not have a zoom too button on the grid in this Application but when you click on a row after searching you can see that it zooms to a certain scale and no farther. Here is the code I used to zoom to a point in a Dgrid // zoom to point. The fuction does not work quite the same as zoom to polygon
function onRowClickHandler(evt) {
selection.clear();
var clickedTaxLotId = evt.grid.getItem(evt.rowIndex).Longitude;
var selectedTaxLot = arrayUtils.filter(queryLayer.graphics, function (graphic) {
return ((graphic.attributes) && graphic.attributes.Longitude === clickedTaxLotId);
});
selection.add(new Graphic(new Point(selectedTaxLot[0].geometry.x, selectedTaxLot[0].geometry.y, map.spatialReference)));
//CREATE THE POINT WITH THE SELECTED ROW
var center2 = [selectedTaxLot[0].geometry.getLongitude(), selectedTaxLot[0].geometry.getLatitude()];
//ZOOM LEVEL -- the greater the zoom value the closer in the zoom with go when selected.
var zoom2 = 20;
//CENTER AND ZOOM
map.centerAndZoom(center2, zoom2);
}
... View more
02-25-2016
03:27 PM
|
0
|
0
|
2023
|
|
POST
|
I am surprised you cannot have it zoom to a certain scale.
... View more
02-25-2016
02:33 PM
|
0
|
2
|
2023
|
|
POST
|
Ian, I am sure you have put a lot of time into the application. What about a story map? Here is an example of public art story map http://gis.ashland.or.us/publicart/
... View more
02-25-2016
10:45 AM
|
0
|
4
|
2023
|
|
POST
|
Have you tried just adding a Filter expression instead of expression set? Filter Expression should only have one definition where expression set is multiple.
... View more
02-25-2016
10:32 AM
|
0
|
1
|
980
|
|
POST
|
Austin, Can you post the code you are working with or a sample you are basing your wepapp off of ?
... View more
02-19-2016
10:17 AM
|
0
|
0
|
4085
|
|
POST
|
It looks like you can get it on kindle http://www.amazon.com/Getting-Know-Web-GIS-Pinde-ebook/dp/B013S0UYRC/ref=mt_kindle?_encoding=UTF8&me=
... View more
02-19-2016
09:18 AM
|
1
|
1
|
4274
|
|
POST
|
I have used both code Academy and Free code camp. I like Free code camp a little better for javascript but Code Academy is better in HTML and CSS. I am currently going though Free code camp though I have used Eric Pimpler - GTS’s Videos on Vimeo Eloquent JavaScript HTML/CSS/JavaScript for Complete Beginners EDIT : A list of places to learn code. The Best Websites to Learn How to Write Code
... View more
02-19-2016
08:54 AM
|
1
|
1
|
4274
|
|
POST
|
Tracy, You can get other icons though. http://makerbook.net/
... View more
02-18-2016
06:48 AM
|
0
|
0
|
14121
|
|
POST
|
Dan, The only other thing I would suggest is to add the layer twice. One that does not send anything back to the other application. The second layer you could add a filter. This layer you would send communication back to the other app. Apply filters—ArcGIS Online Help | ArcGIS
... View more
02-12-2016
11:44 AM
|
0
|
1
|
1859
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-28-2025 01:53 PM | |
| 1 | 08-24-2022 09:40 AM | |
| 1 | 07-19-2018 04:41 PM | |
| 1 | 04-05-2024 03:12 PM | |
| 1 | 07-04-2024 11:42 AM |