|
POST
|
Nice. +1 on loading screen You may like to see https://github.com/Chaussette/esri.symbol.FillPattern - extra code to allow coloured styled fills - neat. My internal site looks very similar! Lots of overlap. I have added the ability to save drawn graphics to local storage - I may be able to break the code out in a usable way if you are interested. ACM
... View more
05-08-2014
07:25 AM
|
0
|
0
|
2418
|
|
POST
|
Mmmm, my geodatabase is 10.1 and it all works, as long as layer is created with 10.2.2 client
... View more
05-05-2014
10:51 PM
|
0
|
0
|
789
|
|
POST
|
Hi Just read the sneak peak on the blog and excited by "Smarter data collection forms (including related tables)" Doe this mean, where I have a Tree layer, I can determine the contents of one attribute field based on another? So the Genus Field will only show relevant genuses (geni?) for the relevant species? If so this would be the final tick box for my tree people. ACM
... View more
05-05-2014
03:34 AM
|
0
|
0
|
922
|
|
POST
|
Ok - as no-one answered this I spent a day (of server time) generating a new tile package with a solid white polygon under everything else. Then, before I could load this file on, guess what happened ? The latest version came out and the annoying grid had gone, so my existing package worked. How dare you fix things like this 🙂
... View more
05-02-2014
01:27 AM
|
0
|
0
|
890
|
|
POST
|
It did surprise me when I saw it needed unversioned data - I was on "auto-pilot" setting the layer up and set it to be versioned at first, it was only reading the notes that I saw it needed unversioned. Luckily the datasets I'm looking at are single user ones (for editing) so hopefully that'll work. It'll be interesting to test to see how it handles two edits from differnt handhelds. Also fails - a shapefile imported into 10.1 Enterprise database in a 10.2.2 client. Creating the layer directly seems to only way
... View more
05-01-2014
06:07 AM
|
0
|
0
|
2455
|
|
POST
|
Has anything changed in server 10.2..2? I upgraded at the weekend, now ALL print requests that have text in them fail
Error {code: 400, message: "Unable to complete operation.", details: Array[1], log: undefined, httpCode: 400�?�}
_ssl: undefined
code: 400
details: Array[1]
httpCode: 400
log: undefined
message: "Unable to complete operation."
stack: (...)
get stack: function () { [native code] }
set stack: function () { [native code] }
__proto__: d
Print.js:24
I'm pretty sure it was all working before 10.2.2.?
... View more
05-01-2014
02:04 AM
|
0
|
0
|
2140
|
|
POST
|
OK - I had time to test it and it is as I guessed. The failed layer was created in the 10.1 Enterprise database using a 10.1 client, but then had the relevant tweaks needed for offline editing made in a 10.2.2 client The successful layer was created in the same 10.1 Enterprise database but from a 10.2.2 client. Using this approach I have a layer that I can edit and sync from Collector, but is totally useless as my 10.1 clients cannot view it! Doh! <face palm> ACM
... View more
04-28-2014
06:36 AM
|
0
|
0
|
2455
|
|
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
|
655
|
|
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
|
2455
|
|
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
|
2825
|
|
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
|
2455
|
|
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
|
4504
|
|
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
|
992
|
|
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
|
374
|
|
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
|
2599
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 03-16-2023 06:46 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|