Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
📦 2.0.4 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois authored Aug 17, 2016
1 parent ebf859e commit 68ac36a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## [Unreleased]

## [2.0.4] - 2016-08-17

### Added

* support for picture marker symbols stored outside the ArcGIS ecosystem

### Fixed

* ensure the plugin only fires *one* metadata requests
* ensure that [`esriSLSNull`] symbol types display correctly

## [2.0.3] - 2016-07-01

### Added
Expand Down Expand Up @@ -129,7 +140,8 @@ This is expected to be the last (and only) stable release of Esri Leaflet Render
* First Beta release
* Works with esri-leaflet 1.0.0-rc.4

[Unreleased]: https://github.com/Esri/esri-leaflet-renderers/compare/v2.0.3...HEAD
[Unreleased]: https://github.com/Esri/esri-leaflet-renderers/compare/v2.0.4...HEAD
[2.0.4]: https://github.com/Esri/esri-leaflet-renderers/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/Esri/esri-leaflet-renderers/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/Esri/esri-leaflet-renderers/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/Esri/esri-leaflet-renderers/compare/v2.0.0...v2.0.1
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ You can also find a side by side comparison of the ArcGIS API for JavaScript [he
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />

<!-- Load Leaflet from CDN-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/leaflet/1.0.0-rc.1/leaflet.css" />
<script src="https://cdn.jsdelivr.net/leaflet/1.0.0-rc.1/leaflet-src.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/leaflet/1.0.0-rc.3/leaflet.css" />
<script src="https://cdn.jsdelivr.net/leaflet/1.0.0-rc.3/leaflet-src.js"></script>

<!-- Load Esri Leaflet from CDN -->
<script src="https://cdn.jsdelivr.net/leaflet.esri/2.0.0/esri-leaflet.js"></script>
<script src="https://cdn.jsdelivr.net/leaflet.esri/2.0.2/esri-leaflet.js"></script>

<!-- Load Esri Leaflet Renderers -->
<!-- This will hook into Esri Leaflet and draw the predefined World Regions -->
<script src="https://cdn.jsdelivr.net/leaflet.esri.renderers/2.0.3/esri-leaflet-renderers.js"></script>
<script src="https://cdn.jsdelivr.net/leaflet.esri.renderers/2.0.4/esri-leaflet-renderers.js"></script>

<style>
body {margin:0;padding:0;}
Expand Down Expand Up @@ -64,7 +64,7 @@ You can also find a side by side comparison of the ArcGIS API for JavaScript [he

### Limitations

* As of `2.0.1` It is possible to override aspects of polyline and polygon symbology defined by the service in the FeatureLayer constructor. For points, it is not.
* As of `2.0.1`, It is possible to override aspects of polyline and polygon symbology defined by the service in the FeatureLayer constructor. For points, it is not.
* [Simple Marker](http://resources.arcgis.com/en/help/arcgis-rest-api/02r3/02r3000000n5000000.htm#GUID-C8D40B32-5F4B-45EB-8048-6D5A8763E13B) symbols do not support rotation (ie: the 'angle' property is ignored).
* Polygons only support [solid fill](http://resources.arcgis.com/en/help/arcgis-rest-api/02r3/02r3000000n5000000.htm#GUID-517D9B3F-DF13-4E79-9B58-A0D24C5E4994). This does not include advanced fill types like PictureFill, Backward Diagonal, DiagonalCross, etc.
* [Text](http://resources.arcgis.com/en/help/arcgis-rest-api/02r3/02r3000000n5000000.htm#ESRI_SECTION1_94E8CE0A9F614ABC8BEDDBCB0E9DC53A) symbols are not supported.
Expand All @@ -75,8 +75,8 @@ You can also find a side by side comparison of the ArcGIS API for JavaScript [he
* [Leaflet](http://leafletjs.com) version 0.7.x.
* [Esri Leaflet](http://esri.github.io/esri-leaflet) version 1.0.x.

* Esri Leaflet Renderers [2.x](https://github.com/Esri/esri-leaflet-renderers/releases/tag/v2.0.2) (available on [CDN](https://cdn.jsdelivr.net/leaflet.esri.renderers/2.0.2/esri-leaflet-renderers.js)) can be used in apps alongside:
* [Leaflet](http://leafletjs.com) version 1.0.0-rc.1.
* Esri Leaflet Renderers [2.x](https://github.com/Esri/esri-leaflet-renderers/releases/tag/v2.0.4) (available on [CDN](https://cdn.jsdelivr.net/leaflet.esri.renderers/2.0.4/esri-leaflet-renderers.js)) can be used in apps alongside:
* [Leaflet](http://leafletjs.com) version 1.0.0-rc.3.
* [Esri Leaflet](http://esri.github.io/esri-leaflet) version 2.0.x.

### Versioning
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esri-leaflet-renderers",
"description": "esri-leaflet plugin for rendering",
"version": "2.0.3",
"version": "2.0.4",
"author": "Rachel Nehmer <[email protected]>",
"bugs": {
"url": "https://github.com/esri/esri-leaflet-renderers/issues"
Expand Down

0 comments on commit 68ac36a

Please sign in to comment.