L.esri.WebMap icon indicating copy to clipboard operation
L.esri.WebMap copied to clipboard

A leaflet plugin to display ArcGIS Web Map.

Results 15 L.esri.WebMap issues
Sort by recently updated
recently updated
newest added

Hi, I cannot import esri-leaflet-webmap in my ionic angular app. With Vector plugin, for example, I managed to import writng this: ``` import * as L from 'leaflet'; import *...

In our info window, the online version of the Esri map viewer supports parsing of hyperlinks as "More Info" links. See an example here: http://arcg.is/58XL8 However in the L.esri.WebMap plugin...

`L.esri.WebMap` is not able to read custom expressions with Arcade. - Map Viewer: http://www.arcgis.com/home/webmap/viewer.html?webmap=f326df59e41a4e508b4ea5ea3dd84c18 - Leaflet: http://ynunokawa.github.io/L.esri.WebMap/index.html?webmap=f326df59e41a4e508b4ea5ea3dd84c18 ### References - [What’s New in ArcGIS Online (December 2016) - ArcGIS Blog](https://blogs.esri.com/esri/arcgis/2016/12/14/whats-new-arcgis-online-december-2016/)...

enhancement

The plugin works great as it is but I'm trying to see if it can also be used to view a non-public map. For example, one that you create for...

When two or more labels are set, labels can not be displayed on the map.

enhancement

Pop-ups are not display when display webmap via this object first time. Once set up anything mapviewer of AGOL,I can operation Pop-ups.

bug

#### Vector Tile Layer ``` { id: "VectorTile_4380", itemId: "f96366254a564adda1dc468b447ed956", layerType: "VectorTileLayer", opacity: 1, styleUrl: "http://www.arcgis.com/sharing/rest/content/items/f96366254a564adda1dc468b447ed956/resources/styles/root.json", title: "World Street Map (Night) (Mature Support)", type: "VectorTileLayer", visibility: true } ``` ####...

enhancement

I think that feature layers to include a feature collection with `drawingInfo` should be rendered using Esri Leaflet Renderers in the issue #32 . The goal of this concept is...

enhancement

[`transparencyInfo` | Web Map JSON](https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/) WebMap - http://www.arcgis.com/home/webmap/viewer.html?webmap=da2dcca08a4e487a935319ce2020e1ec L.esri.WebMap - http://ynunokawa.github.io/L.esri.WebMap/index.html?webmap=da2dcca08a4e487a935319ce2020e1ec (plase see it with esri-leaflet-renderers `2.0.3`!) Source codes dealing with `visualVariables` in `esri-leaflet-rendereres` - https://github.com/Esri/esri-leaflet-renderers/blob/master/src/Symbols/PointSymbol.js#L92-L104 - https://github.com/Esri/esri-leaflet-renderers/blob/master/src/Symbols/LineSymbol.js#L62-L74 - https://github.com/Esri/esri-leaflet-renderers/blob/master/src/Symbols/PolygonSymbol.js#L47-L53

enhancement