|
IDEA
|
I agree with Ian, the most basic workflow are the popups. It's not easy to hit the point, and when your using pretty big symbols for points you can actually hit the symbol but miss the point. And the user gets the "no-information-popup" which may lead them to think there no information for this point. But there actually is, if you manage to hit the center of the symbol.
... View more
02-09-2018
02:26 AM
|
2
|
0
|
2664
|
|
POST
|
We do. We've never had problem with missing.png or missing.jpg regardless of cache storage format. We're still at ArcGIS Server 10.2.2, I don't know if there's any difference with later versions.
... View more
11-30-2016
11:19 PM
|
0
|
1
|
937
|
|
POST
|
ok, here's the zip-file with all skins and everything.
... View more
11-24-2016
12:38 AM
|
1
|
1
|
5160
|
|
POST
|
I think this was fixed in a later version. Why not use the latest version 3.7? If you should use flex at all. I will keep my existing flex applications, but won't use flex in new projects since it's a dead end.
... View more
07-19-2016
04:44 AM
|
0
|
0
|
1068
|
|
POST
|
Configure your print widget to use a printing tool, it was introduced in ArcGIS Server 10.1. You might want to create your own printing tool to use your own custom layouts. There's a tutorial for that. Tutorial: Publishing additional services for printing—Documentation | ArcGIS for Server
... View more
07-12-2016
03:02 AM
|
0
|
0
|
971
|
|
POST
|
I shouldn't be any problem. you can look at this documentation: ArcGIS Viewer for Flex "The WMS service does not specify which layers should be visible by default, so make sure to use the <layer> tag's visiblelayers attribute or no sublayers will be shown."
... View more
07-12-2016
02:48 AM
|
0
|
0
|
604
|
|
POST
|
Create your groups/hierarchy in ArcMap and publish as a map service, then add your map service to your web map and you'll get the "nested" layers in different categories. If you want to use layers / services that you don't control your self there is no way to do this using the built-in widgets.
... View more
05-10-2016
12:16 AM
|
1
|
0
|
1121
|
|
POST
|
As Robert wrote this is what I was trying to explain in my last post. To make it a bit clearer, this is an example of how your popup xml could look like: <?xml version="1.0" ?> <configuration> <title>your title</title> <description> <![CDATA[<a href="http://vannmiljofaktaark.miljodirektoratet.no/Home/Details/{WaterLocationID}">Faktaark Vannmiljøbasen</a>]]> </description> <fields> <field name="WaterLocationID"> <format usethousandsseparator="false"/> </field> </fields> </configuration>
... View more
04-27-2016
06:28 AM
|
2
|
0
|
1937
|