@jupytergis/schema 0.1.3 → 0.1.4

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.
@@ -137,4 +137,5 @@ export interface IJGISOptions {
137
137
  pitch?: number;
138
138
  extent?: number[];
139
139
  projection?: string;
140
+ useExtent?: boolean;
140
141
  }
@@ -201,6 +201,10 @@
201
201
  "projection": {
202
202
  "type": "string",
203
203
  "default": "EPSG:3857"
204
+ },
205
+ "useExtent": {
206
+ "type": "boolean",
207
+ "default": false
204
208
  }
205
209
  }
206
210
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/schema",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A JupyterGIS schema package.",
5
5
  "keywords": [
6
6
  "jupytergis"