Git Product home page Git Product logo

bigmap2's People

Contributors

clonewayx avatar mfbehrens99 avatar zverik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bigmap2's Issues

Add layers from Andreas Labres

Could you maybe include lonvias route overlays (especially
hiking/cycling/mtb) into the overlay choices?

lonvia hiking: http://tile.waymarkedtrails.org/hiking/!z/!x/!y.png
lonvia cycling: http://tile.waymarkedtrails.org/cycling/!z/!x/!y.png
lonvia mtb: http://tile.waymarkedtrails.org/mtb/!z/!x/!y.png
lonvia skating: http://tile.waymarkedtrails.org/skating/!z/!x/!y.png
lonvia riding: http://tile.waymarkedtrails.org/riding/!z/!x/!y.png
lonvia slopemap: http://tile.waymarkedtrails.org/slopemap/!z/!x/!y.png

Also, OpenFireMap overlay (up to z17) would be nice:

OpenFireMap: http://www.openfiremap.org/hytiles/!z/!x/!y.png

OpenTopoMap: http://opentopomap.org/!z/!x/!y.png

tile layersr menu

Menu for selecting tile layers is not responsive and on smaller screen are some options unvisible.

create png

how can i create a png file from a selected area in open street map?,step by step please

generated perl & python. Exits on first tile

The perl & python generated script downloads. Neither of them worked for me. They both seemed to exit on the first iteration of the loop, downloading just one tile. no error message

I'll look it a bit more at some point. I was just briefly trying it out prepping for a HOT Nepal blog post

bigmap.py fails to download with one layer

it seems like generated bigmap.py contains a bug:
www/python.php tries to generate 'layer' variable as a tuple, but in case for one layer it will contain one string with parens, which will have type of string, not tuple.

This leads "for layer in layers:" cycle will iterate over letters of string, not over 'layers'

To demonstrate the problem just type in python console:

>>> type( ('asdf') )
<type 'str'>
>>> type( ('asdf',) )
<type 'tuple'>
>>> type( ['asdf'] )
<type 'list'>

without extra comma variable in parens becomes simply variable, not tuple; variable with comma is tuple.

Bounding box

Is it possible to get the bounding box in longitude west/east and latitude north/south as in Bigmap (1) ?

Thanks

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.