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

Commit

Permalink
Merge pull request #19 from jgravois/limitations
Browse files Browse the repository at this point in the history
added info to README describing current limits of the plugin
  • Loading branch information
kneemer committed Jan 27, 2015
2 parents 4f3bf7b + 2cdc213 commit b59dcac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ Make sure you have the [Grunt CLI](http://gruntjs.com/getting-started) installed
5. run `grunt` from the command line. This will create minified source, run linting, and start watching the source files for changes.
6. Make your changes and create a [pull request](https://help.github.com/articles/creating-a-pull-request)

### Limitations
* [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.

### Dependencies

* [Leaflet](http://leaflet.com) version 0.7 or higher is required but the latest version is recommended.
Expand Down

0 comments on commit b59dcac

Please sign in to comment.