@india-boundary-corrector/data 0.2.1 → 0.2.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.
- package/README.md +3 -3
- package/package.json +1 -1
- package/version.js +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
PMTiles data package for India boundary corrections.
|
|
6
6
|
|
|
7
|
-
[**🗺️ View PMTiles data on pmtiles.io**](https://pmtiles.io/#url=https%3A%2F%2Fcdn.jsdelivr.net%2Fnpm%2F%40india-boundary-corrector%2Fdata%2Findia_boundary_corrections.pmtiles)
|
|
7
|
+
[**🗺️ View PMTiles data on pmtiles.io**](https://pmtiles.io/#url=https%3A%2F%2Fcdn.jsdelivr.net%2Fnpm%2F%40india-boundary-corrector%2Fdata%2Findia_boundary_corrections.pmtiles.gz)
|
|
8
8
|
|
|
9
9
|
## Layers
|
|
10
10
|
|
|
@@ -15,13 +15,13 @@ The PMTiles file contains 12 layers:
|
|
|
15
15
|
| `to-add-osm` | Boundary lines to add over OSM-based tiles (higher zoom) |
|
|
16
16
|
| `to-del-osm` | Boundary lines to mask/delete from OSM-based tiles |
|
|
17
17
|
| `to-add-osm-disp` | Disputed boundary lines to add over OSM-based tiles |
|
|
18
|
-
| `to-del-osm-disp` | Disputed boundary lines to delete from OSM-based tiles (same as add-disp) |
|
|
18
|
+
| `to-del-osm-disp` | Disputed boundary lines to delete from OSM-based tiles (same as add-osm-disp) |
|
|
19
19
|
| `to-add-osm-internal` | Internal state boundary lines to add (Indian states within claimed territory) |
|
|
20
20
|
| `to-del-osm-internal` | Internal boundary lines to delete (Chinese state boundaries within India's claimed territory) |
|
|
21
21
|
| `to-add-ne` | Boundary lines to add over Natural Earth tiles (lower zoom) |
|
|
22
22
|
| `to-del-ne` | Boundary lines to mask/delete from Natural Earth tiles |
|
|
23
23
|
| `to-add-ne-disp` | Disputed boundary lines to add over Natural Earth tiles |
|
|
24
|
-
| `to-del-ne-disp` | Disputed boundary lines to delete from Natural Earth tiles (same as add-disp) |
|
|
24
|
+
| `to-del-ne-disp` | Disputed boundary lines to delete from Natural Earth tiles (same as add-ne-disp) |
|
|
25
25
|
| `to-add-ne-internal` | Internal state boundary lines to add over Natural Earth tiles (J&K + PoK combined) |
|
|
26
26
|
| `to-del-ne-internal` | Internal boundary lines to delete from Natural Earth tiles (Chinese state boundaries within India's claimed territory) |
|
|
27
27
|
|
package/package.json
CHANGED
package/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Auto-generated by scripts/generate-version.js - DO NOT EDIT
|
|
2
|
-
export const packageVersion = '0.2.
|
|
2
|
+
export const packageVersion = '0.2.2';
|