vue-geojson-view-ts 1.2.9 → 1.2.91

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -114,10 +114,10 @@ const getGeoJSON = (geojson:any) =>{
114
114
  console.log(geojson)
115
115
  }
116
116
 
117
- const dataPolygon = JSON.stringify([{"type":"Feature","properties":{},
117
+ const dataPolygon =[{"type":"Feature","properties":{},
118
118
  "geometry":{"type":"Polygon","coordinates":[
119
119
  [[-65.268488,-19.038266],[-65.25703,-19.034128],[-65.256085,-19.039361],[-65.268788,-19.043337],[-65.268488,-19.038266]]
120
- ]}}]) //
120
+ ]}}] //
121
121
 
122
122
  </script>
123
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-geojson-view-ts",
3
- "version": "1.2.9",
3
+ "version": "1.2.91",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",