Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.63 KB

README.md

File metadata and controls

66 lines (37 loc) · 2.63 KB

Congo Green Citizen

A simple map embed and interface for editing. Built for integration with the Moabi Platform. Pretty light weight all around.

Editing Map Data

Geojson.io

  • Navigate to geojson.io to edit the geojson data file.
  • If you are not logged in automatically, click login again in the upper right and enter your github login credentials.

geojson.io login

Open File

  • Open your geojson data file: click Open > GitHub > crowdcover > congo-green-citizen > gh-pages > data.geojson.
  • Clicking data.geojson should open the geojson file and display all point data. If it doesn't display at first, refresh the page.

open github file

Attribute Table

  • To view the attribute table of each feature, click Table.
    • each row represents one feature
    • each field in a row represents an attribute of that feature
    • click + new column to add another field

table view

Add a Point

  • To add a new point, click on the draw a marker button
    • click again on the map to drop the point
    • add attribute data for that feature on the table view on the right drop point

Add a Line or Polygon

  • Lines, Squares, and Polygons can also be added to the map

drop polygon

Save Edits

  • Once you've updated the geographic data, click Save.
    • Note: click directly on the save button; do not on any of the dropdown options (GitHub, Gist, GeoJSON, TopoJSON, ...)

save

Add Commit Message

  • Add a short commit message describing what you did

add commit message

Confirm Commit

  • A yellow popup will confirm that the edits are committed to the github file

commit confirmation message