Skip to content

realreality/reality-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PragueHacks - RealReality mock server

Quick and dirty server for serving SHP files data build for Real reality project created at Prague Hacks 2016.

Chrome extension front-end is here.

Data .shp files has to be converted to EPSG:3857 and column my_id (integer increment from 1) has to be added.

You need data files:

How to prepare data

  1. Download QGIS
  2. Open .shp file in QGIS
  3. Click "Add Vector layer"
  4. Source type: File, Click Browse and select .shp file
  5. At "Layer panel" right click on particular Layer and select "Save as..."
  6. Browse for "Save as" file input box. Select CRS "EPSG:3857 - WGS 84 / Pseudo Mercator" and click Ok
  7. New converted layer will be added to "Layer panel"
  8. Right click on new layer at "Layer panel" and select "Edit attributes table"
  9. Click on "Toggle editing mode" button (first) and than click "Open field calculator" button
  10. Keep "Create new field" checked, set "Output field name" to value "my_id", set "Output field type" to integer, and set "Expression" to value "$id+1"
  11. Press Ok and click on "Toggle editing mode" button. You will be promted to save data. Answer yes :]
  12. Now you have new .shp file prepared

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published