Giter Club home page Giter Club logo

grout's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

grout's Issues

How to store SRID

Should the SRID be stored as asimple integer or should it include the Authority Name?

Hardcoded Origin

Currently, there is no way to specify the origin of the tileset. This assumes that the tileset origin is the same as the SRS/CRS origin.

Should we allow for overriding the origin of the tileset? Many of the tile services allow setting a different origin than the SRS/CRS.

How to store tiles

Since some target platforms have a file size limitation, i.e. Android 2.2 and FAT32 SD Cards, there needs to be an extensible way to store tile data.

Two current options are:

  1. Store in uncompressed zip files
    * Pro: Work with existing tools, uncompressed files don't have to be extracted first, zip standard includes file spanning, individual tile files can be stored without modification
    * Con: Library support on platforms unknown, file spanning support unknown
  2. Store in protobuf format
    * Pro: Simple format, proven with OSM PBF format
    * Con: Requires writing tools to generate
  3. Other suggestions?

Storing individual tile files on disk is a non-starter. Transfer times increase exponentially with the number of files being transferred. Too easy to miss files during transfer. Results in wasted disk space on some file systems due to block size.

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.