Skip to content

ntabee/h2o-tile

 
 

Repository files navigation

H2O-tile: an H2O-based special-purpose HTTPD for OpenStreetMap tile server.

This is

  • aimed at serving already-prepared tiles very quick
  • NOT aimed at on-demand rendering non-existent tiles very quick

As such, the implementation does not adopt so-called meta-tiles as the storage format: tiles are stored just as individual .png files. (pros./cons. of this approach will be explained in near future... when?)

Status

At the very moment, a quick setup script is placed at examples/tile-demo, it builds a tiny demo-purpose tile server, covering a small region around Tokyo, Japan.

A brief instruction of the setup is in INSTALL.md.

A live demo is running on Google Compute Engine.

Author

Naoshi Tabuchi @n_tabee

License

MIT License, unless otherwise explicitly stated.

upstream's original credits is:

H2O - an optimized HTTP server with support for HTTP/1.x and HTTP/2

Build Status

Copyright (c) 2014-2016 DeNA Co., Ltd., Kazuho Oku, Tatsuhiko Kubo, Domingo Alvarez Duarte, Nick Desaulniers, Marc Hörsken, Masahiro Nagano, Jeff Marrison, Daisuke Maki, Laurentiu Nicola, Justin Zhu, Tatsuhiro Tsujikawa, Ryosuke Matsumoto, Masaki TAGAWA, Masayoshi Takahashi, Chul-Woong Yang, Shota Fukumori

H2O is a new generation HTTP server. Not only is it very fast, it also provides much quicker response to end-users when compared to older generations of HTTP servers.

Written in C and licensed under the MIT License, it can also be used as a library.

For more information, please refer to the documentation at h2o.examp1e.net.

About

H2O-tile: an H2O-based tile server for OpenStreetMap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 68.2%
  • Perl 12.1%
  • C++ 9.8%
  • Mathematica 5.1%
  • Shell 2.8%
  • CMake 1.3%
  • Other 0.7%