-
Notifications
You must be signed in to change notification settings - Fork 799
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
* Browser and version: | ||
|
||
ie: Chrome 49 | ||
ie: Chrome 51, IE11 | ||
|
||
* Version of Leaflet (`L.version`): | ||
|
||
0.7.7, 1.0.0-rc.1? | ||
|
||
* Version of esri Leaflet (`L.esri.VERSION`): | ||
|
||
1.0.3, 2.0.0, `master`? | ||
1.0.3, 2.0.1, `master`? | ||
|
||
* I'm loading/bundling the library using: | ||
|
||
ie: [CDN](http://www.jsdelivr.com/projects/leaflet.esri), [webpack](https://webpack.github.io/), [browserify](http://browserify.org/), [RequireJS](http://requirejs.org/) | ||
|
||
Steps to reproduce the error: | ||
1. | ||
2. | ||
|
||
1. first do this | ||
2. then do this | ||
|
||
What happens is [X]. | ||
|
||
I was expecting [Y]. | ||
|
||
(if possible, please use our template to create a [jsbin](http://jsbin.com/wudoxe/edit?html,output) that demonstrates the problem) | ||
(if possible, create a [jsbin](http://jsbin.com/wudoxe/edit?html,output) that demonstrates the problem) | ||
|
||
* Optional: I'm *not* using the [CDN](http://www.jsdelivr.com/projects/leaflet.esri), I'm loading/bundling the library using: | ||
|
||
[webpack](https://webpack.github.io/), [browserify](http://browserify.org/), [RequireJS](http://requirejs.org/)? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "esri-leaflet", | ||
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)", | ||
"browser": "dist/esri-leaflet-debug.js", | ||
"bugs": { | ||
|