Giter Club home page Giter Club logo

geojson's Introduction

geojson

A repository to create, edit, and break GeoJSON files.

STEP 1: Fork repository

From your own account, fork this repository with the fork button.

fork

STEP 2: Clone your forked repo

git clone https://github.com/USERNAME/geojson.git

This will create a new folder called geojson/. Don't forget to navigate into that project once you've cloned it with:

cd geojson/

STEP 3: Make a GeoJSON

Head to geojson.io to create a new GeoJSON file. Once you've created the file, you can download it as a GeoJSON file format from the menu:

geojsonio

Add the file to your local version of the project. Rename the file to be YOUR-USERNAME.geojson.

STEP 4: Add new file

Add the file to be tracked by Git. From within the repository project directory:

git add YOUR-USERNAME.geojson

STEP 5: Commit new file

git commit -m 'Adding <filename>'

STEP 6: Push the changes to your forked repository

git push origin master

STEP 7: Make a pull request

Head to your forked repository page on GitHub and click the green "create pull request" button to make a pull request. If everything looks good, a MaptimeSEA project maintainer will merge your changes into the main project!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.