Coder Social home page Coder Social logo

level0's Introduction

Level0 OpenStreetMap Editor

This is a text-based in-browser editor for OSM data. See its wiki page and language guide.

Installation

You will need PHP with mod_gettext.

  • Copy all files from www to a document root directory.
  • Open this link and register your instance of Level0. It needs permissions for reading user details and modifying the map.
  • Edit config.php, inserting both OAuth keys.
  • Create data directory and give writing permissions for it to web server process. Check path in config.php.
  • Check path to document root in locales/deploy_locales and run it.

You're set: download some data in the editor and login to OSM.

Oh, one more thing: there will be a lot of .base files in the data directory. To clean them, run crontab -e and add this line (change path accordingly):

0 * * * * find /var/www/level0/data -type f -mtime 1 -delete

Translation

Localization strings are managed with Transifex. There are not many of them, please add a translation for your language when you have time.

License and authors

Level0 is written by Ilya Zverev and published under WTFPL license.

level0's People

Contributors

tyrasd avatar zverik avatar

Watchers

 avatar

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.