@india-boundary-corrector/layer-configs 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,20 @@
1
1
  # @india-boundary-corrector/layer-configs
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@india-boundary-corrector/layer-configs)](https://www.npmjs.com/package/@india-boundary-corrector/layer-configs)
4
+
3
5
  Pre-built layer configurations for India boundary corrector packages.
4
6
 
5
7
  ## Available Configs
6
8
 
7
- - `cartodb-dark` - CartoDB dark tiles
8
- - `cartodb-light` - CartoDB light/voyager tiles
9
- - `open-topo` - OpenTopoMap tiles
10
- - `osm-carto` - OpenStreetMap standard tiles
11
- - `osm-hot` - Humanitarian OpenStreetMap tiles
9
+ | Config ID | Description | Example |
10
+ |-----------|-------------|---------|
11
+ | `cartodb-dark` | CartoDB dark tiles | [View](https://ramseraph.github.io/india_boundary_corrector/examples/leaflet/tile-layer.html#5/33.2778/75.3412/cartodb-dark) |
12
+ | `cartodb-light` | CartoDB light/voyager tiles | [View](https://ramseraph.github.io/india_boundary_corrector/examples/leaflet/tile-layer.html#5/33.2778/75.3412/cartodb-light) |
13
+ | `open-topo` | OpenTopoMap tiles | [View](https://ramseraph.github.io/india_boundary_corrector/examples/leaflet/tile-layer.html#5/33.2778/75.3412/open-topo) |
14
+ | `osm-carto` | OpenStreetMap standard tiles | [View](https://ramseraph.github.io/india_boundary_corrector/examples/leaflet/tile-layer.html#5/33.2778/75.3412/osm-carto) |
15
+ | `osm-hot` | Humanitarian OpenStreetMap tiles | [View](https://ramseraph.github.io/india_boundary_corrector/examples/leaflet/tile-layer.html#5/33.2778/75.3412/osm-hot) |
16
+
17
+ Use the [Config Editor](https://ramseraph.github.io/india_boundary_corrector/) to craft custom configs for new basemaps.
12
18
 
13
19
  ## Usage
14
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@india-boundary-corrector/layer-configs",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Pre-built layer configurations for India boundary corrections",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",