tilemaker | Make OpenStreetMap vector tiles without the stack | Map library

 by   systemed C++ Version: v2.4.0 License: Non-SPDX

kandi X-RAY | tilemaker Summary

kandi X-RAY | tilemaker Summary

tilemaker is a C++ library typically used in Geo, Map applications. tilemaker has no bugs, it has no vulnerabilities and it has medium support. However tilemaker has a Non-SPDX License. You can download it from GitHub.

Tilemaker creates vector tiles (in Mapbox Vector Tile format) from an .osm.pbf planet extract, as typically downloaded from providers like Geofabrik. It aims to be 'stack-free': you need no database and there is only one executable to install. Vector tiles are used by many in-browser/app renderers, and can also power server-side raster rendering. They enable on-the-fly style changes and greater interactivity, while imposing less of a storage burden. You can output them to individual files, or to a SQLite (.mbtiles) database. See an example of a vector tile map produced by tilemaker at tilemaker.org.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              tilemaker has a medium active ecosystem.
              It has 1056 star(s) with 190 fork(s). There are 39 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 81 open issues and 186 have been closed. On average issues are closed in 216 days. There are 6 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of tilemaker is v2.4.0

            kandi-Quality Quality

              tilemaker has no bugs reported.

            kandi-Security Security

              tilemaker has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              tilemaker has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              tilemaker releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of tilemaker
            Get all kandi verified functions for this library.

            tilemaker Key Features

            No Key Features are available at this moment for tilemaker.

            tilemaker Examples and Code Snippets

            No Code Snippets are available at this moment for tilemaker.

            Community Discussions

            QUESTION

            Is there a way to generate a .mbtiles file from .osm.pbf file
            Asked 2021-Mar-18 at 21:45

            I have an .osm.pbf file which I want to use to generate vector tiles with (.mbtiles).

            Im currently on a windows machine utilising docker, I have tried to use the tool tilemaker (https://github.com/systemed/tilemaker) though I cannot get it to work on my files and get issues like so

            " terminate called after throwing an instance of 'std::runtime_error' what(): Exception during zlib decompression: (-5) "

            I was just wondering if anyone else was able to generate these tiles from said file type, if so could you provide a low level detailed guide on how you did so, as I am new to vector tiles and am getting confused within some circumstances.

            For anyone interested I use this code to run the docker:

            ...

            ANSWER

            Answered 2021-Jan-22 at 17:35

            You can use ogr2ogr (see other answer here) to translate osm.pbf into geojson, and then Mapbox's tippecanoe tool to convert the geojson to mbtiles.

            Source https://stackoverflow.com/questions/65849406

            QUESTION

            argument out of range exception in a memory puzzle game
            Asked 2017-May-21 at 20:51

            I'm following along a course on udemy which is for free it's a memory game (https://www.udemy.com/xamarin-native-ios-memory-game-csharp/learn/v4/overview)

            Now with the randomizer method i get a new problem with the same out of range error

            ...

            ANSWER

            Answered 2017-May-21 at 19:41

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install tilemaker

            Tilemaker comes with configuration files compatible with the popular OpenMapTiles schema, and a demonstration map server. You'll run tilemaker to make vector tiles from your .osm.pbf source data. To create the tiles, run this from the tilemaker directory:. If you want to include sea tiles, then create a directory called coastline in the same place you're running tilemaker from, and then save the files from https://osmdata.openstreetmap.de/download/water-polygons-split-4326.zip in it, such that tilemaker can find a file at coastline/water_polygons.shp.

            Support

            Bug reports, suggestions and (especially!) pull requests are very welcome on the Github issue tracker. Please check the tracker to see if your issue is already known, and be nice. For questions, please use IRC (irc.oftc.net or https://irc.osm.org, channel #osm-dev) and https://help.osm.org. Formatting: braces and indents as shown, hard tabs (4sp). (Yes, I know.) Please be conservative about adding dependencies or increasing the memory requirement.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/systemed/tilemaker.git

          • CLI

            gh repo clone systemed/tilemaker

          • sshUrl

            git@github.com:systemed/tilemaker.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link