Skip to content

batux/geowizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

geowizard js

GeoWizard JS 1.0

GeoWizard uses native Javascript and Google Maps JS library to export or import GeoJSON from user drawed geometries which are on map. You can get GeoJSON as text, also you can import GeoJSON to data layer easily. It provides an abstraction level about GIS operatons for developers. After you exported GeoJSON, you can save it as a draft GIS project in local storage or WebSQL database on browsers. I will be happy to hear constructive comments or criticisms about this project. Come on! Let's continue to code!

Dependencies

  • Google Map Javascript API

Screenshots about sample project which uses GeoWizard JS 1.0

1

2

We exported GeoJSON from all drawed geometries.

3

We can store draft projects on local storage or websql database. We have an index table which was named as 'drawing_project_index'. For that reason, so we can see either the project was stored in local storage or websql database.

4

We can see the projects which were saved in websql database. We store GeoJSON draft projects in 'drawing_project' table.

5

We can see the projects which were saved in local storage.