|
POST
|
The only way around the feature limit with a free subscription is dividing it into junks of less than 1000. This is not really a viable option. Here's why: http://forums.arcgis.com/threads/62176-Who-can-make-this-ESRI-S-reply-simple-and-easy-to-understand?p=215402&viewfull=1#post215402 Thanks, Mike
... View more
10-24-2013
08:30 AM
|
0
|
0
|
1566
|
|
POST
|
Feature services, in general, have more limited symbology options. This help topic from ArcGIS Server explains what type of symbols are supported. Look for the heading "Defining the symbology" http://resources.arcgis.com/en/help/main/10.2/index.html#/Authoring_feature_services/0154000003nt000000/ Feature services return the geometry of features to a client app, like a web browser, then rely on the client's ability to draw the features. Unlike all the symbol options available in ArcMap, web and mobile clients have much more limited abilities. Feature services do not support labels. They only return feature geometry. If you want to maintain labels and symbology, you need to publish a hosted tiled map service. Hope this helps, Mike
... View more
10-23-2013
10:38 AM
|
0
|
0
|
873
|
|
POST
|
This help topic should explain things. Your custom web application template has to be hosted on your own web server. Currently, there is no ability to upload a template and host it on arcgis.com. http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q00000072000000 thanks, Mike
... View more
10-23-2013
08:11 AM
|
0
|
0
|
662
|
|
POST
|
Instead of publishing a web application (in the Map Viewer of arcgis.com), you can download the code. Then, you can modify it and host it on your own web server. I sure you can modify it to add a locate button, but I couldn't tell you how to do it. You might try posting on one of the API forums. Thanks, Mike
... View more
10-22-2013
01:14 PM
|
0
|
0
|
702
|
|
POST
|
I am not a coder, but I asked around and got this response...hopefully it helps. He needs to make sure that the http referer passed along with the geocode request is the same url he used when generating the token. thanks, Mike
... View more
10-22-2013
01:10 PM
|
0
|
0
|
2553
|
|
POST
|
I think the reason is because the order of the tiles in the TileMatrixSetLimits is not in order. Should they be? The spec is not clear on this, as far as I can tell. However, my guess is that arcgis.com is assuming that the values are in order and we're taking the extreme values. Notice that the order in the TileMatrixSetLimits goes from 10,11, 12,13,14, 6, 7, 8, 9. If you look at the scale for 10 and 9, the extremes of the set you see: Level 10 is this <ScaleDenominator>545978.7734655447186469</ScaleDenominator> And 9 is this <ScaleDenominator>1091957.5469310886252288</ScaleDenominator> These values match the scale visibility range we see in the web map for the layer: For example, the scale range for the Carte du Relief�?? layer is: minScale 577791.7098721985 maxScale 1155583.4197443961 So, if you have the ability to edit this service, try putting the scales in order. We will need to evaluate this more and determine if a fix is warranted. Here�??s the whole TileMatrixSetLimits�?� <TileMatrixSetLimits>
<TileMatrixLimits>
<TileMatrix>10</TileMatrix>
<MinTileRow>342</MinTileRow>
<MaxTileRow>578</MaxTileRow>
<MinTileCol>5</MinTileCol>
<MaxTileCol>988</MaxTileCol>
</TileMatrixLimits>
<TileMatrixLimits>
<TileMatrix>11</TileMatrix>
<MinTileRow>684</MinTileRow>
<MaxTileRow>1156</MaxTileRow>
<MinTileCol>10</MinTileCol>
<MaxTileCol>1976</MaxTileCol>
</TileMatrixLimits>
<TileMatrixLimits>
<TileMatrix>12</TileMatrix>
<MinTileRow>1368</MinTileRow>
<MaxTileRow>2312</MaxTileRow>
<MinTileCol>20</MinTileCol>
<MaxTileCol>3953</MaxTileCol>
</TileMatrixLimits>
<TileMatrixLimits>
<TileMatrix>13</TileMatrix>
<MinTileRow>2736</MinTileRow>
<MaxTileRow>4624</MaxTileRow>
<MinTileCol>40</MinTileCol>
<MaxTileCol>7906</MaxTileCol>
</TileMatrixLimits>
<TileMatrixLimits>
<TileMatrix>14</TileMatrix>
<MinTileRow>5472</MinTileRow>
<MaxTileRow>9248</MaxTileRow>
<MinTileCol>81</MinTileCol>
<MaxTileCol>15812</MaxTileCol>
</TileMatrixLimits>
<TileMatrixLimits>
<TileMatrix>6</TileMatrix>
<MinTileRow>21</MinTileRow>
<MaxTileRow>36</MaxTileRow>
<MinTileCol>0</MinTileCol>
<MaxTileCol>61</MaxTileCol>
</TileMatrixLimits>
<TileMatrixLimits>
<TileMatrix>7</TileMatrix>
<MinTileRow>42</MinTileRow>
<MaxTileRow>72</MaxTileRow>
<MinTileCol>0</MinTileCol>
<MaxTileCol>123</MaxTileCol>
</TileMatrixLimits>
<TileMatrixLimits>
<TileMatrix>8</TileMatrix>
<MinTileRow>85</MinTileRow>
<MaxTileRow>144</MaxTileRow>
<MinTileCol>1</MinTileCol>
<MaxTileCol>247</MaxTileCol>
</TileMatrixLimits>
<TileMatrixLimits>
<TileMatrix>9</TileMatrix>
<MinTileRow>171</MinTileRow>
<MaxTileRow>289</MaxTileRow>
<MinTileCol>2</MinTileCol>
<MaxTileCol>494</MaxTileCol>
</TileMatrixLimits>
</TileMatrixSetLimits> thanks, Mike
... View more
10-22-2013
01:02 PM
|
0
|
0
|
1435
|
|
POST
|
Officially, CityEngine is not supported on mobile devices... http://resources.arcgis.com/en/help/arcgisonline/index.html#/What_is_CityEngine_Web_Viewer/010q000000nw000000/ However, can you share your webscene with us? Does it work for you with smaller webscenes? Thanks, Mike
... View more
10-22-2013
09:03 AM
|
0
|
0
|
542
|
|
POST
|
Sage, I'd suggest you log a call to tech support to see if we can reproduce the problem... Thanks, Mike
... View more
10-21-2013
08:11 PM
|
0
|
0
|
1471
|
|
POST
|
You might try cross posting in the Python or arcgis REST forums http://forums.arcgis.com/forums/117-Python http://forums.arcgis.com/forums/227-ArcGIS-REST-API Thanks, Mike
... View more
10-21-2013
07:20 PM
|
0
|
0
|
2553
|
|
POST
|
Currently we don't support this. Can you provide a URL reference to multiple part geometries in the GeoRSS specification? Unfortunately, this is not my area of expertise and I'm not seeing much on this in doing a web search... Thanks, Mike
... View more
10-21-2013
07:13 PM
|
0
|
0
|
1140
|
|
POST
|
It's tied in to other enhancements related to managing hosted services...probably 6 months away, but don't quote me. Thanks, Mike
... View more
10-21-2013
02:04 PM
|
0
|
0
|
6156
|
|
POST
|
Yes it is included. We are rolling out subscriptions to all ArcGIS Desktop users. As you might imagine, there are a lot of users. I believe the priority is based on number of licenses. Thus, the home use is at the bottom of the priority list and won't be rolled out until the end of the year, I hear. However, another option is to sign up for a developer's subscription... https://developers.arcgis.com/en/sign-up/ Mike
... View more
10-21-2013
02:02 PM
|
0
|
0
|
2603
|
|
POST
|
We are experiencing heavy loads on our servers, which is impacting the system's search ability and returning items from a search (listing content from a group is actually a search and so is viewing My Content). We are working to resolve these problems. Thanks, Mike
... View more
10-21-2013
01:38 PM
|
0
|
0
|
2342
|
|
POST
|
Be careful here...you can also easily corrupt things... Mike
... View more
10-18-2013
09:02 AM
|
0
|
0
|
6156
|
|
POST
|
Actually, we fixed the issue with loading empty shapefiles. However, I can reproduce the issue you report, so we'll need to take a look at it. Thanks, Mike
... View more
10-18-2013
08:32 AM
|
0
|
0
|
2421
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-16-2011 09:47 AM | |
| 1 | 03-22-2024 09:18 AM | |
| 1 | 03-20-2024 05:07 PM | |
| 1 | 03-20-2024 01:52 PM | |
| 2 | 03-20-2024 03:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-22-2026
04:44 PM
|