|
POST
|
Hi Whilst I think the general direction of Collector is very welcome, it is still too flaky to add to our inventory of mapping tools. The main reason is that about 1/3 of the startups just sit on the refreshing screen without doing anything. Only killing the android tasks gets it back. Has anyone else noticed this? I do wonder if it is my phone - a rare Intel powered Android phone, that never was sold in the US (so esri testing would never have happened) - the Moto XT890 Cheers ACM
... View more
04-27-2014
02:09 AM
|
0
|
0
|
672
|
|
POST
|
OK - I have got it working. How? Well I created a new layer in Webmercator, as opposed to our local projection of BNG/27700 All works fine (other bugs, glitches and annoyances excepted) It even allowed me to upload a photo. SO, another instance of Esri not writing software for a world market? Or just an oversight? ACM Edit - more info. It may be down to the Client that creates the layer. My first layer was created in 10.1 - I then used 10.2.2 to enable archiving as it appears that you cannot have archiving on unversioned data in 10.1 This failed. My next test layer was created in 10.2.2 and worked. I've not the time at the moment to test this theory. One observation that IS very important is that once you have a layer that is unversioned AND archiving switched on, you cannot open it in 10.1 clients. This is a major hold up for us, as we are stuck on 10.1 due to a third party AcEngine application that is in 10.1
... View more
04-27-2014
02:05 AM
|
0
|
0
|
2614
|
|
POST
|
Sorry, but are you actually saying that the measure widget is inaccurate for all other projections? I hope not as this is now in my production system and being used daily. All my mapping is in BNG 27700
... View more
04-26-2014
01:26 PM
|
0
|
0
|
2989
|
|
POST
|
Where are you seeing the download fail? Is your map 100% compliant with being downloadable i.e has only 10.2.2 ArcGIS Server services with sync or export tiles enabled or you have hosted feature services with sync enabled? Russ Please add a "me too" Just upgraded to 10.2.2 to enable offline collection. New un-versioned layer, with archiving enabled, Global ID activated (as per instructions). Published as feature service with sync ticked. Published using ArcGIS desktop 10.2.2 Edits work fine when connected. Cannot download - as OP "error message:" there is no message. Also, and may be related, I can't load any attachments when online. Fails twice with error message, then crashes app. Using Android app. Crash logs sent. ACM
... View more
04-26-2014
05:15 AM
|
0
|
0
|
2614
|
|
POST
|
Hi I have just had a quick go with that solution, but I can't seem to get it incorporated into my legacy (nonAMD) code. Any pointers anyone. No obvious error messages. Cheers ACM edit - it was this if( !fill.src.startsWith('data:image/png;base64,') ) that my code didn't like - removing it and it all works
... View more
04-23-2014
06:00 AM
|
0
|
0
|
4728
|
|
POST
|
OK - digging further. I pasted the proxy request the ID task fires off directly into a browser and got back {error: {code: Forbidden,message:"Proxy is being used from an unsupported referer: "}} Which seems to be thrown by the proxy.ashx page at line 125 after failing "//check against the list of referers if they have been specified in the proxy.config" Thoughts? ACM The only way I can see of making it work is to change the allowedReferers back to * - it's odd the error message code appears to indicate it should print the referer that is failing, but mine doesn't - well it does, but the content of context.Request.Headers["referer"] is an empty string, so 'allowed' stays false.
... View more
04-08-2014
07:17 AM
|
0
|
0
|
1070
|
|
POST
|
Many thanks for that, sounds good. Any idea of date of 10.2.2?
... View more
04-07-2014
09:17 AM
|
0
|
0
|
388
|
|
POST
|
...a follow up, and releated question. When I tried to take offline a Esri supplied basemap, via the app it gave me the options of extent, then detail. However, I obviously went over some limit somewhere as it wouldn't allow me to download the full extent I was interested in at the detail I wanted. Is this setting a Collector setting or is it something on the tiled map service? If the latter then can we control it in 10.2.2 ourselves for our own tiled map services? ACM
... View more
04-07-2014
05:47 AM
|
0
|
0
|
2698
|
|
POST
|
Spot on - for Collector you need a ArcGIS Online (AGOL) account and/or a ArcGIS Server yourself. You may want to check the 9.3 desupport status, as I don't think it is in support for much longer.
... View more
04-07-2014
05:44 AM
|
0
|
0
|
849
|
|
POST
|
Does the ability to allow users to work with feature service data offline exist only through ArcGIS 10.2? To answer the actual question 😄 - yes - or to be exact - 10.2.2 (although 10.2.1 gives you those boxes, it don't actually work!) See http://forums.arcgis.com/threads/100305-Update-on-Collector-and-Offline-Use and http://doc.arcgis.com/en/collector/android/create-maps/offline-map-prep.htm One or more feature layers that are sync-enabled. These can be hosted feature layers or ArcGIS 10.2.2 Server or later feature services.
... View more
04-07-2014
05:39 AM
|
0
|
0
|
917
|
|
POST
|
Hi - see image [ATTACH=CONFIG]32868[/ATTACH] A offline basemap created as a Tled Package from ArcMap. Because it is vector the empty space is being rendered as transparent, showing the default grid below. Is there any way to avoid this - APART from creating the package in a format, like JPG that doesn't support transparency. Cheers ACM
... View more
04-07-2014
05:35 AM
|
0
|
1
|
1360
|
|
POST
|
I spoke to soon - got in this morning and what was working on Friday isn't! Again, the maps display fine, but fail to send anyhting back from ID tasks.
... View more
04-07-2014
12:21 AM
|
0
|
0
|
3040
|
|
POST
|
Original reply marked as answered as that got most of the way there - many thanks - others marked as helpful! For info - what is the lowest version of the API that the new proxy will work on? I have some code stuck at 3.0, which onlyu seems to pass the initial requests in - query tasks go direct to server. ACM
... View more
04-06-2014
01:01 AM
|
0
|
0
|
3040
|
|
POST
|
Thanks for help. I got it working on internal sites ok yesterday. Still not happy where we publish via reverse proxy to the external site but you've given me pointers. I used the stable release, then the nightly.CheersAcm
... View more
04-04-2014
11:05 PM
|
0
|
0
|
3040
|
|
POST
|
Nope, sorry, still a fail on that with the new proxy pages. I set it up and the page works. My config is <?xml version="1.0" encoding="utf-8" ?><ProxyConfig allowedReferers="*"
mustMatch="false">
<serverUrls>
<serverUrl url="http://servername/ArcGIS/rest/services"
username="username"
password="password"
/>
</serverUrls>
</ProxyConfig> Yet I get the login dialog when I start the webpage. If I enter a valid username/password the map displays, but once again the ID tool fails - the client seems to get nothing back - nothing obvious in logs or error console. Also, when I change the config to
<?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="http://applicationRootURL/"
mustMatch="true"> It fails with w3wp.exe Error: 0 : 2014-04-04 10:40:54 Proxy is being used for an unsupported service (proxy.config has mustMatch="true"): Only the false setting will work. Am I alone in finding this all very confusing? ACM UPDATE #1 Changing to
<?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="http://servername/"
mustMatch="false">
<serverUrls>
<serverUrl url="http://servername/arcgis/rest/services/test/emap2/MapServer"
username="webmap"
password="password"
matchAll="true"/>
</serverUrls>
- adding the full secured service URL and changing the matchall, seems to work - however I have several services I want to secure so adding just the root and matchall = false is the way I'd want to do it.
... View more
04-04-2014
01:43 AM
|
0
|
0
|
3040
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-19-2026 12:29 AM | |
| 1 | 08-28-2025 01:14 AM | |
| 1 | 12-01-2023 06:07 AM | |
| 2 | 11-29-2024 04:32 AM | |
| 1 | 05-28-2024 12:50 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|