Coder Social home page Coder Social logo

tophr's Introduction

ToPHR (Tower of Prince Henry, Reversed)

Inspired by this FOSS4G-talk: http://vimeo.com/106873780

An attempt to use small tilesets to focus on a limited area.

For now I have a custom Leaflet-layer that determines what tiles to load, and a pyhton-script to compute and generate what tiles to generate in order to focus on a given area.

In addition I've ported the tile calculation code to JavaScript, see static/js/src/BoundsGenerator.js

Usage

Generating tiles

  • This probably only works on linux, and has been tested using TileMill Version 0.10.2 (v0.10.1-293-g697c86c)

  • /usr/share/tilemill/index.js should be available

  • Edit the the config.json file provided

    • bounds: EPSG:4326 coords: [southwest_lng, southwest_lat, northeast_lng, northeast_lat])
    • tmProject: name of the TileMill project you want to generate tiles for
  • run python tiles.py

    • use -c to specify different config file

###Using the tiles

  • get your tiles readable through some service
    • pip install tilestache
    • tilestache-server.py -c ts.cfg should work if you edit ts.cfg
  • look at templates/example.html for how to create a map

###React stuff

  • npm install -g grunt-cli
  • npm install
  • bower watch

###Running webapp

  • virtualenv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python app.py

tophr's People

Contributors

atlefren 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.