👋Welcome to the map!

Free or low-cost local maps in your site or app. Let's get started!

TileFund is a freemium, publicly funded vector tile map provider. We offer a generous free tier for apps that need mapping at a local scale - think neighborhood or city. If you need maps for a larger region, we offer that as well at very low monthly cost compared to existing providers like Mapbox or MapTiler. Our goal is to make map-driven applications easy and affordable for everyone.

TileFund is being actively built. Expect shakiness and changes to the APIs in the coming weeks. It should not be considered production ready in any capacity. This alert will be removed once things are stable.

Tile Endpoint

GET https://tile.fund/{ACCESS_TOKEN}/{z}/{x}/{y}.pbf

The primary tile endpoint for our OpenMapTiles compatible North America map. Use our styles or plug this endpoint into your own OMT compatible style!

Path Parameters

NameTypeDescription

ACCESS_TOKEN

string

Your site's access token.

z

integer

Zoom level of tile.

x

string

Tile X coordinate.

y

string

Tile Y coordinate.

< Binary serialized protocol buffer, MVT data >

Last updated