|
POST
|
It would be really nice to be able to put together a polygon symbol that shows the area and also display a marker symbol within the polygon. And when you zoom out to an extent where the polygon is really small you'd see the symbol above it. And of course I would like to do this without creating a separate data source. Is there anyway to do this? for example i would like to tell the marker fill symbol to not repeat, just place one single marker. Is this possible? Another approach could be to label the polygon with a single character matching the desired symbol, but I would like a symbol that contains a combination of several characters. Any Ideas?
... View more
03-01-2018
06:32 AM
|
0
|
2
|
4523
|
|
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
|
3006
|
|
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
|
1075
|
|
POST
|
ok, here's the zip-file with all skins and everything.
... View more
11-24-2016
12:38 AM
|
1
|
1
|
5470
|
|
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
|
1251
|
|
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
|
1092
|
|
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
|
688
|
|
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
|
1291
|
|
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
|
2311
|