|
POST
|
using javascript api 3.14, i am getting <b>Error: </b>Error parsing multi-part request<br/> <b>Code: </b>500<br/><br/> on all my feature services that have attachments enabled. These services previously worked with earlier versions of the api, so I am not sure when it broke. Any ideas? I can add attachments fine in desktop. Data is in sde, versioned. David Coley, Kelly Hutchins
... View more
09-24-2015
11:26 AM
|
0
|
12
|
4914
|
|
POST
|
That workaround worked perfectly thank you. Is it really a bug or just working as intended
... View more
09-14-2015
10:42 AM
|
0
|
1
|
1352
|
|
POST
|
I am trying to override the signin dialog on the 3.14 api If i set esriBundle.identity.info = "Please sign in to access the item on ${server} ${resource}"; It works fine if i change it to esriBundle.identity.info = "${server} ${resource}"; It works fine and I see my changes (it shows only the server name and resource) However I would like it to only say "Please sign in to access secure resources". The server name is confusing to users so if I change it to esriBundle.identity.info = "Please sign in to access secure resources"; or if i remove either the server, or the resource reference i get TypeError: a is null error is on a.setAttribute from init.js Help please Kelly Hutchins
... View more
09-14-2015
09:25 AM
|
0
|
3
|
4025
|
|
POST
|
Thanks for the links Robert. I believe I am meeting both 1 and 2. I have google maps in my application via the api. Street View is only accessible view google maps. The only question I have is if embedding google maps is allowed. I might have to reach out to google. That being said, it is a value add, not a critical work function. Removing it is trivial.
... View more
09-09-2015
09:12 AM
|
0
|
0
|
2396
|
|
POST
|
I thought I was using a workflow similar to this guidance, provided by google RexHansen.com: Using Google Maps with ArcGIS Silverlight keeping all attribution un-obscured. No embedded applications, all web based, as dictated. I do not use Googles directions, or fetch their tiles directly. (there is one edge case that requires direct tile fetching, and i use v2 of the api for that, which allows it for limited use). However i do believe i need to make so tweaks. Thank you for bring this to my attention
... View more
09-09-2015
09:05 AM
|
0
|
0
|
1884
|
|
POST
|
I am still not convinced of this. "You cannot use a third party API (ArcGIS javascript) to make request to Google. You cannot access the Google tiles directly without going through the google maps api. " If you use the Google maps api in a javascript application, you are using there API. "Lastly, you cannot have google map embedded with a non-google map in the UI." I do not see this in the terms of service
... View more
09-09-2015
08:09 AM
|
0
|
2
|
1884
|
|
POST
|
In addtion Google Maps/Google Earth APIs Terms of Service | Google Maps APIs | Google Developers No use of Content without a Google map. Unless the Maps APIs Documentation expressly permits you to do so, you will not use the Content in a Maps API Implementation without a corresponding Google map. For example, you may display Street View imagery without a corresponding Google map because the Maps APIs Documentationexpressly permits this use. Street View is allowed outside a Google Map and 9.1 Free, Public Accessibility to Your Maps API Implementation. 9.1.1 General Rules. Free access (no fees). Subject to Section 9.1.2 (Exceptions), your Maps API Implementation must be accessible to the general public without charge and must not require a fee-based subscription or other fee-based restricted access. This rule applies to Your Content and any other content in your Maps API Implementation, whether Your Content or the other content exists now or is added later. I do think I am within the terms, even if its borderline
... View more
09-09-2015
08:01 AM
|
0
|
4
|
2396
|
|
POST
|
I dont believe I am. I am adding a google map to my map, and then activating street view in that window.
... View more
09-09-2015
07:52 AM
|
0
|
5
|
2396
|
|
POST
|
Just wanted to make people aware of an issue with the 3.14 api and Street View The 3.14 api introduces a new css element in esri.css .map .container .layersDiv > div {
pointer-events: none;
} This breaks google street view if you have it embedded in your map div as a child, as it uses pointer-elements As a workaround, when street view is visible, loop through the elements and turn pointer-events on array.forEach(query('.map .container .layersDiv > div'), function(node){
domStyle.set(node, 'pointerEvents', 'auto');
}); and then when you close street view, turn them back off array.forEach(query('.map .container .layersDiv > div'), function(node){
domStyle.set(node, 'pointerEvents', 'none');
});
... View more
09-09-2015
06:57 AM
|
0
|
8
|
5200
|
|
POST
|
I am still having this problem at 10.3.1 using UNC paths
... View more
07-30-2015
07:55 AM
|
0
|
1
|
1921
|
|
POST
|
Did anyone ever find a solution to this? WE just ran into this (SDE 10.2.2 on Oracle11g)
... View more
06-02-2015
05:55 AM
|
0
|
0
|
476
|
|
POST
|
We do all of our page building client side (including pdf generation) but still use server side operations to generate the map. A couple reasons. We still support older IE, which uses vml, so we cant go pure canvas. We support non ESRI basemaps www.mymanatee.org/gisapps/mobile/index.html Printing is on the tools tab.
... View more
05-22-2015
01:19 PM
|
0
|
0
|
6402
|
|
POST
|
I had the exact same problem with my objectids showing up as a long int (and they wouldnot work in AGO either). I ended up having duplicate objectids. Once i cleared those up, i was able to manually add a primary key to the objectid field. My spatial views now show up with the objectid field correctly identified as "objectid" as the data type
... View more
04-06-2015
09:37 AM
|
0
|
1
|
2966
|
|
BLOG
|
I couldnt agree more. Excellently written. The more you use dojo, the less you "need" the other frameworks. I spent alot of time getting the jquery i thought i "needed" back out of my code. Dojo works. And it works well. Hellzyeah
... View more
04-03-2015
09:49 AM
|
1
|
0
|
491
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-22-2014 08:35 AM | |
| 1 | 05-02-2012 04:56 AM | |
| 1 | 10-29-2021 07:40 AM | |
| 1 | 10-28-2021 05:26 AM | |
| 1 | 07-17-2012 08:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-01-2022
02:00 PM
|