1.0.6 • Published 7 years ago

leaflet-shape-markers v1.0.6

Weekly downloads
175
License
Apache-2.0
Repository
github
Last release
7 years ago

Leaflet.shapeMarkers

Leaflet plugin to draw simple shape markers with fixed width.

travis

Example

Take a look at the live demo.

Example Image

L.shapeMarkers.xMarker([45.5052, -122.6917], 50).addTo(map)

**Leaflet.shapeMarkers targets v1.x

Dependencies

  • Leaflet version 1.0.0 or higher is required.

Development Instructions

  1. Fork and clone Leaflet.shapeMarkers
  2. cd into the Leaflet.shapeMarkers folder
  3. Install the dependencies with npm install
  4. run npm run build from the command line. This will create minified source. afterward, you can run npm test to make sure everything is up to snuff.
  5. Make your changes and create a pull request

Versioning

For transparency into the release cycle and in striving to maintain backward compatibility, Esri Leaflet is maintained under the Semantic Versioning guidelines and will adhere to these rules whenever possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major while resetting minor and patch
  • New additions without breaking backward compatibility bumps the minor while resetting the patch
  • Bug fixes and misc changes bumps only the patch

For more information on SemVer, please visit http://semver.org/.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright 2017 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE file.

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago