Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use hardlinks for empty bitmap tiles #107

Merged
merged 8 commits into from
Jun 17, 2016

Commits on May 25, 2016

  1. let getJSONFeatures() always return an array

    This makes the code simpler.
    DerDakon committed May 25, 2016
    Configuration menu
    Copy the full SHA
    6bce004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce5b1ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed35b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b98e2e4 View commit details
    Browse the repository at this point in the history
  5. explicitely unlink tiles before overwriting them

    This makes sure e.g. emptytile.png does not accidentially gets overwritten.
    DerDakon committed May 25, 2016
    Configuration menu
    Copy the full SHA
    2251302 View commit details
    Browse the repository at this point in the history
  6. hardlink empty vector tiles to a common file

    While at it calculate the filename of the new vector file only once.
    DerDakon committed May 25, 2016
    Configuration menu
    Copy the full SHA
    4b56c05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d9bb61 View commit details
    Browse the repository at this point in the history
  8. do not render a bitmap when the vector tile contains no features

    Simply hardlink the empty tile and serve that.
    DerDakon committed May 25, 2016
    Configuration menu
    Copy the full SHA
    5a1f60b View commit details
    Browse the repository at this point in the history