<div dir="ltr">Hi Greg - thanks for this question!  It is 100% possible to recreate this locally or on your own servers via pure FOSS, and especially easy if you only want a small area rendered.  MapTiler Cloud is simply a convenient service that serves OpenMapTiles-compatible vector tiles for the planet, and saves us from having to do a fairly resource-intensive planet render.  The downside is that it's not updated terribly frequently, and there is a usage limit for their free tier, but it's something I hope that OSMUS can address in the future.  Here's a set of steps that would get you up and running on an openstreetmap-americana rendering of Massachusetts for example:<div><br></div><div>1. Clone the OpenMapTiles repository (<a href="https://github.com/openmaptiles/openmaptiles">https://github.com/openmaptiles/openmaptiles</a>) and build an mbtiles for Massachusetts with the command: ./quickstart.sh massachusetts.  This will produces a tiles.mbtiles file in the folder data/</div><div>2. Run: make start-tileserver.  This will start a vector server on localhost:8080</div><div>3. Clone the openstreetmap-americana repository (<a href="https://github.com/ZeLonewolf/openstreetmap-americana">https://github.com/ZeLonewolf/openstreetmap-americana</a>)</div><div>4. Copy the config.default.js to config.js, and change the URL to point to the tile server, by default this is: <a href="http://localhost:8080/data/v3.json">http://localhost:8080/data/v3.json</a></div><div>5. Run: make run.  This will pop open a web browser on localhost:1776 running the style.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 26, 2022 at 6:26 PM Greg Troxel <<a href="mailto:gdt@lexort.com">gdt@lexort.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Can you explain if it's possible for someone to stand up an instance of<br>
this in a 100% open source way?   Looking at<br>
<br>
  <a href="https://github.com/ZeLonewolf/openstreetmap-americana" rel="noreferrer" target="_blank">https://github.com/ZeLonewolf/openstreetmap-americana</a><br>
<br>
I'm unclear on if maptiler is just a handy service to turn HTTP GET into<br>
pbf and there is open source code but you'd need a really big server for<br>
nationwide, or if there's some special sauce in there that makes this<br>
not doable.<br>
<br>
For example, if I wanted to run an instance that was sort of like this,<br>
but with a changed style, and only cover a 20km x 20 km area, is that<br>
relatively straigthforward (for a nerd used to severs) with only Free<br>
Software?<br>
<br>
I think the text says that being able to do this without the proprietary<br>
cloud service is the plan, but it would be nice to say that more loudly<br>
if so, and have a way to do it for small areas.<br>
<br>
</blockquote></div>