All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.
0.4.0 - 2016-09-08
- Support for some layer types (
CSV
,KML
,WMS
)
renderer
property ofFeatureCollection
override exisitng one (#50)
- Use
leaflet-omnivore
to parse CSV - Improve
FeatureCollection
0.3.4 - 2016-08-16
- Support for authorization
token
andserver
for WebMap request (by @manders) - Support for layer order with custom pane
- Support for
FeatureCollection
withoutfeatureCollection
property - Support for layer opacity (partial)
- FeatureLayer does not appear after initializing (#57)
- Separate modules for calculating a label position
- Use
arcgis-to-geojson-utils
as converter - Separate a module for label icon as LabelIcon
0.3.3 - 2016-07-07
- NPMCDN (an alternative plan until added into jsdelivr)
0.3.2 - 2016-07-06
- CHANGELOG.md
0.3.1 - 2016-07-06
FeatureCollection
can load a feature collection usingitemId
- Rendering FeatureLayer with drawingInfo using esri-leaflet-renderers
2.0.3
FeatureCollection
use renderer modules of esri-leaflet-renderers to render- Test script with karma, mocha and chai
- Automatically checking with Travis CI
- Separate module for a feature collection as
FeatureCollection
- Separate module for labeling as
LabelMarker