|
POST
|
Cool, it looked like Wes' script would do the trick!
... View more
09-01-2015
12:28 PM
|
1
|
0
|
2487
|
|
POST
|
I actually think it may be possible: http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=madison%20and%20marion&f=pjson&location=-82… This returns: {
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
},
"locations": [
{
"name": "E Madison St & N Marion St, Tampa, Florida, 33602",
"extent": {
"xmin": -82.456560999999994,
"ymin": 27.949013000000001,
"xmax": -82.456560999999994,
"ymax": 27.949013000000001
},
"feature": {
"geometry": {
"x": -82.456559754528257,
"y": 27.949013008444638
},
"attributes": {
"Score": 84.469999999999999,
"Addr_Type": "StreetInt"
}
}
}
]
} I provided a bounding box and location origin point - seems to return results for something like "Madison and Marion" without adding city or state.
... View more
09-01-2015
11:23 AM
|
2
|
2
|
2496
|
|
POST
|
Brian, I believe this is the connection to ArcGIS Server - if it's looking for a file, maybe this will help: http://resources.arcgis.com/EN/HELP/MAIN/10.1/index.html#//00s300000079000000
... View more
09-01-2015
11:04 AM
|
0
|
4
|
1921
|
|
POST
|
When you say "custom mapping applications" - are you referring to the JSAPI?
... View more
08-31-2015
12:36 PM
|
0
|
0
|
1366
|
|
POST
|
Is your main goal at this point just to learn? Do you have a background in GIS already?
... View more
08-31-2015
09:50 AM
|
0
|
2
|
1366
|
|
POST
|
I haven't seen it myself, and I haven't attempted to do this. I was interested in loading Google Maps into my ArcGIS js app, but decided against it due to concerns with TOS - I couldn't get a clear answer from Google about whether or not this was acceptable use. As far as map services, ArcGIS Server supports KMLs (http://help.arcgis.com/en/arcgisdesktop/10.0/pdf/publishing-kml-services-tutorial.pdf) - you might be able to load those in Google Maps. However, as of 02/2015, Google is no longer accepting KMLs from external sites - KML files on Google Maps | Google Maps APIs | Google Developers.
... View more
08-31-2015
07:36 AM
|
1
|
0
|
6827
|
|
POST
|
What's the exact problem you are having? Are you just wanting to know how to set-up the proxy? If so, start here - Using the proxy | Guide | ArcGIS API for JavaScript and Working with Proxies | ArcGIS for Developers Here's the github: Esri/resource-proxy · GitHub There's also some info on setting-up the proxy in this forum thread - Basic Viewer Print Widget in IE If you still have problems, let me know.
... View more
08-31-2015
07:31 AM
|
0
|
0
|
731
|
|
POST
|
Regarding property changes to layers, check out - Layer.PropertyChanged Event - for DisplayName maybe? I'm not sure about the data frame...
... View more
08-31-2015
07:21 AM
|
0
|
0
|
566
|
|
POST
|
I'm not aware of anyone adding ArcGIS services to a Google map, but I have seen Google maps added to an ArcGIS js app. See http://www.arcgis.com/home/item.html?id=a8f78cc6adea48cb8e962d7e36b9d010
... View more
08-31-2015
07:03 AM
|
0
|
2
|
6827
|
|
POST
|
I should also mention this occurs in IE11 - the map loads well in Chrome without any special handling.
... View more
08-28-2015
03:18 PM
|
0
|
1
|
1123
|
|
POST
|
I cross-posted this in Hiding the map: problems with building a mobile application with AngularJS as a side discussion, but thought it would be best to ask a formal question. I am having a similar issue as discussed/resolved in Re: How to properly resize map from hidden iframe; however, Bjorn mentioned this issue was probably fixed in 3.14 - I am unsure if this is something new or maybe even unique to my application. I am embedding a map within an iframe inside of a hidden container div; I've dealt with this bug since 3.8. Essentially, after page load, users can elect to toggle a div, which should render/hide the map. This works beautifully if the container is rendered to the dom and visible on the page on first load, but it chokes when the container is hidden: For me, the first place it seems to be bubbling-up is in "dojox/gfx/_base". When the _addLabels function in "LabelLayer.js" is called, we go out to: this._addLabel(h, b, a.renderer, c, e, g, k) Then, we try to calculate label height: e.labelHeight = l.getHeight() / 2; This is where it chokes. "l" has font info, but font size is undefined. So, the call to getHeight() in "esri/symbols/TextSymbol" sends an undefined font size to normalizedLength() in "dojox/gfx/_base", which gives me "Unable to get property 'length' of undefined or null reference" in the console. All because the map container div is collapsed/hidden - I think the map is confused as it doesn't have a reference to size things appropriately. I have been working around this by toggling the container on, then quickly collapsing the div after page load. It looks kludgy, but works well, although it gets complicated as there are maps throughout the application, and user settings are persisted. Is there a better way to accomplish this? I have some resize logic that works well elsewhere, but seems not to cut it here - I've reviewed the resolution in Re: How to properly resize map from hidden iframe without success. Any help would be appreciated! If this is a bug in 3.14, maybe Esri will fix it!
... View more
08-28-2015
11:29 AM
|
0
|
2
|
3860
|
|
POST
|
Bjorn, I'm still having problems in 3.14 when loading loading a map within an iframe that is within a collapsible container. If the container is rendered to the dom and displayed to the user, the map loads fine - I can collapse and expand without issue. If the container is collapsed on initial load, when I expand the container, I get a map that looks like this: I have worked around this before by allowing the container to render, then, after page load, collapsing the map. I remember employing some resize logic in the past, but is there a better way to accomplish this in 3.14?
... View more
08-28-2015
07:32 AM
|
0
|
1
|
1840
|
|
POST
|
Do you have any specific questions? Chad gave the installation guide; be sure to also read over Best practices for configuring a secure environment—Documentation (10.3 and 10.3.1) | ArcGIS for Server - it's important you make your installation as secure as you needs will allow.
... View more
08-27-2015
09:56 AM
|
0
|
0
|
862
|
|
POST
|
Emily, When you mention that "...if a events occurs every Tuesday starting 3/15/2015 and ends 12/31/2015, my current method will miss it" - it clarifies everything! I'm checking-out the data now to see the best way to pull these records.
... View more
08-25-2015
11:13 AM
|
0
|
1
|
3525
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-16-2020 01:25 PM | |
| 1 | 03-20-2019 09:07 AM | |
| 2 | 07-31-2015 07:31 AM | |
| 1 | 09-14-2015 12:14 PM | |
| 1 | 05-12-2015 12:04 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-27-2023
02:30 AM
|