Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allthesignals/e-cartographer
Experimental: generic mapping "engine" interface across mapping libraries
https://github.com/allthesignals/e-cartographer
Last synced: 18 days ago
JSON representation
Experimental: generic mapping "engine" interface across mapping libraries
- Host: GitHub
- URL: https://github.com/allthesignals/e-cartographer
- Owner: allthesignals
- License: mit
- Created: 2019-06-17T03:14:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:27:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T11:21:33.803Z (about 1 month ago)
- Language: JavaScript
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-cartographer
==============================================================================Ember Cartographer:
- Swappable Map Engines for Graceful Degradation
- Fastboot-enhanced, out of the box
- UX-first, Accessibility-first```hbs
```
## Mapping Engines
- MapboxGL
- LeafletJS
- Google Maps
- ???## Prioritize the best experiences
- MapboxGL for fast computers, lots of bandwidth
- Leaflet for slower computers, limited bandwidth
- Fastboot pre-renderings of MapboxGL with option re-hydrationCompatibility
------------------------------------------------------------------------------* Ember.js v2.18 or above
* Ember CLI v2.13 or above
* Node.js v8 or aboveInstallation
------------------------------------------------------------------------------```
ember install ember-cartographer
```Usage
------------------------------------------------------------------------------[Longer description of how to use the addon in apps.]
Contributing
------------------------------------------------------------------------------See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).