BLOG
|
We are pleased to announce the release of a new tool available in beta on the ArcGIS for Developers website, the ArcGIS Vector Tile Style Editor. Whether you are a developer, designer, or a GIS professional, this tool gives you a fast and easy way to create a custom basemap style that matches your brand and the type of app that you are building. We will be using this place on GeoNet to collect feedback and ideas while the editor is in beta. You can find more information about the editor in the following places: * Announcement Blog Post * ArcGIS DevLabs: Style a vector basemap Feel free to use this space to ask questions and leave feedback on the editor!
... View more
05-17-2018
04:36 PM
|
4
|
8
|
678
|
POST
|
John and I are definitely committed to maintaining Esri Leaflet and feel that it is a good option for some of Esri's customers and there is ample opportunity for the community to contribute to the health of the project as well. The development pace had slowed lately as many of the core contributors have commitments to other projects, most of us have regular tasks and projects in addition to working on Esri Leaflet, but this should pick up again after dev summit. In short no one is planning on leaving this behind in the future.
... View more
02-19-2015
09:40 AM
|
0
|
2
|
58
|
POST
|
It is primarily developed and lead my Esri staff. Myself, John Gravois, Allan Laframboise and Tom Wayson are some of the core Esri contributors. There have also been contributions from community members who wanted or needed certain functionality. Things like min/max zoom, the find task, basic image service support and unit tests as well as bug fixes and documentation have all been contributed by community members at some point. But all of these community changes are vetted by the core team at Esri.
... View more
12-02-2014
11:19 AM
|
3
|
6
|
58
|
POST
|
Yes each layer has a built in layer.metadata() method to get the metadata for the layer. It accepts a callback function which will be executed with error and metadata which will contain your field information. Getting service metadata | Esri Leaflet In this example the metadata in the callback function should contain all your field information.
... View more
11-24-2014
09:28 AM
|
1
|
0
|
26
|
POST
|
Your not seeing an image because ArcGIS Server 9.3 doesn't understand the 3857 spatial reference which is the default in Leaflet. I remember early in Esri Leaflet development that I ran into a lot of issues with using 102100 (old versions of ArcGIS Server) vs 3857 (Leaflet) so I simply made Esri Leaflet always default to the spatial reference of the map (3857). In general Esri Leaflet only supports versions of server that haven't been retired yet http://downloads.esri.com/support/product%20life%20cycle/server_gis/ArcGISServer_PLC.pdf which is unfortunately 9.3. bboxSR and imageSR are actually set to the CRS of the map object not passed in as options.
... View more
11-04-2014
08:31 AM
|
0
|
0
|
27
|
POST
|
It should be possible to do both of those things. Here are some links that might help you get started. Basemap switcher... Switching basemaps | Esri Leaflet Its worth noting im aginst basemap switchers and they tend to be underused and clutter the interface. How the Public Actually Uses Local Government Web Maps: Metrics from Denver : MapBrief™ http://patrickarlt.github.io/uc-2014-esri-leaflet/demos/editing.html Editing demo Esri Leaflet Editing Demo Code is at uc-2014-esri-leaflet/editing.html at gh-pages · patrickarlt/uc-2014-esri-leaflet · GitHub Please leverage the Esri Leaflet website which has lots of examples and pretty complete documentation. The Leaflet plguins page is also a good resource for tasks like editing. Plugins - Leaflet - a JavaScript library for mobile-friendly maps
... View more
10-28-2014
10:36 AM
|
1
|
2
|
27
|
POST
|
In answer to this your application will only be able to read content owned by the same user that created the app. So if you have a private feature service owned by the same user you can use the token to read data from the service but not anything else. if you want to access private content on ArcGIS Online the best way to use OAuth 2 which will allow you access users content. User logins and OAuth 2.0 | ArcGIS for Developers
... View more
10-23-2014
09:38 AM
|
0
|
2
|
73
|
POST
|
I've tried to reproduce this quite throughly this morning but I can't get it to happen when it shouldn't. Can you give me a little more information about your environment? 1. Have you tried this with different browsers? If so which ones? 2. Can you try signing up again on ArcGIS for Developers. Does this work under this new test account? (https://www.arcgis.com/home/createaccount.html ) then you should sign up on the developers site. 3. If you log into Arcgis Online and go to "My Content" do you see anything listed?
... View more
10-23-2014
09:35 AM
|
0
|
1
|
18
|
POST
|
I also responded to the issue on GitHub but I'll comment here as well. In general everything is moving in the direction of Portal for ArcGIS which handles token based auth. I think you can also tie your windows logins into Portal but don' quite me on it. I'm pretty out of my depth here being neither a Windows expert or ArcGIS Server expert. I also have no Windows/ArcGIS Server instances to test against to develop this feature even if I did know what was wrong. If the goal is to allow a user (using their Integrated Windows Authentication ) to access services on an intranet and it works in IE and Firefox it might be a Chrome issue rather then an Esri Leaflet issue. Is this something you can reproduce with the JS API and the same Map Service? If it works fine in the JS API but not Esri Leaflet we can rule out a Chrome issue. Overall though this isn't a feature I can support/test/build in an easy way. If you can figure out what is wrong I would welcome a contribution to Esri Leaflet that fixes it. But this feels like a Chrome issue rather then a Esri Leaflet issue.
... View more
10-21-2014
10:47 AM
|
0
|
1
|
11
|
Online Status |
Offline
|
Date Last Visited |
11-17-2020
12:57 PM
|