Serving open street map vector tiles with elixir and phoenix

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Leaflet.VectorGrid

    Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0

  • I created a demo phoenix project that shows a test page. To edit it play with the map_controller and /priv/static/map_logic.js where I added the js logic, all is done using leaflet and the vector grid plugin. Demo repository can be found tile_server

  • mbtiles-spec

    specification documents for the MBTiles tileset format

  • Some background on mbtiles files from mapbox/mbtiles-spec

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • mbutil

    Importer and Exporter of MBTiles

  • There is also an alternative to just unpack the files and serve it form the /priv/static folder. To serve it this way we need mb-util app installed - The files are compressed, so we need either unpack them or rename to have .gz extension - then phoenix will serve it gzipped and add the header for us.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts