🗺️
Mapster WP Maps
HomeProExamplesContact
  • Getting Started
    • About
    • Installation
    • Key Concepts
    • Importing/Exporting
    • Guides
      • Your First Map
      • Creating a Crowdsourced Map
      • Set Up Recurring Import
      • Adding a Custom Style
      • Building a Custom Popup
  • Creating Shapes
  • Displaying Maps
  • Maps
    • Map Tiles
    • Initial View
      • Fit to Features
      • Manual Values
      • User Location
    • Map Size
    • Points, Lines, Polygons
    • Clustering
    • Interactivity
    • Controls
      • Basic Controls
      • Geocoding & Geolocation
      • Togglers
      • Other Controls
      • Control Render Order
    • Filters
      • Category Filter
      • Custom Search Filter
      • Filter Dropdown
    • Lists
      • Store Locator
    • Specialty Maps
      • Map Comparer
      • Heatmaps
      • Elevation Profile
      • User Submission
      • Listing Page Map
    • Preloader
    • Developer
      • Javascript
      • Embedding Maps
      • Faster Loading (Cache)
      • Caching
      • Progressive Loading
  • Locations
    • Markers
    • Circles
    • Labels
    • Icons
    • 3D Models
  • Lines
    • Lines
  • Multi Lines
  • Polygons
    • Flat Polygons
    • 3D Polygons
    • Image Polygons
  • Multi Polygons
  • Popups
    • Popup Templates
      • Introduction
      • Layout, Colors, Text, CSS
      • HTML
      • Options
    • Popup Content
  • Pro Sections
    • User Submission
      • Overview
      • Submission Interface
      • Adding Custom Fields
      • Submission Admin
  • Mass Edit
  • Settings
    • General
    • Account Management
  • Advanced
  • Import
  • Tileset Management
  • Developer
    • Mapster Map ACF Field
    • Mapster Map Gravity Forms Field
    • Custom Scripts
    • Hooks
    • Spatial DB & API
    • Internationalization
Powered by GitBook
On this page

Was this helpful?

Tileset Management

Learn how to connect your Wordpress installation to Mapbox Tiling and make maps with a ton of data

PreviousImportNextMapster Map ACF Field

Last updated 21 hours ago

Was this helpful?

Mapster WP Maps allows you to interconnect your Mapbox account and your Wordpress installation. The first way we've implemented this so far is with the ability for you to create or update a tileset source inside Mapbox using , which allows you to generate really big tilesets that will load instantly into your Mapbox maps.

To get started, you'll need to get your Mapbox Username and a Mapbox Secret Token with tilesets:read, tilesets:write, and tilesets:list enabled. Enter these into the "Advanced Options" tab of the Settings. Your Mapbox Username is just the name that appears in Mapbox in the top-right when you click on your user icon.

Select the category that you'd like to be turned into a tileset. This can contain any kinds of Geography Types -- Points, Polygons, Lines -- it doesn't matter. They'll all be joined together. This upload will also include any Custom Properties you've added onto the data. Note that it won't include ACF Fields, only custom properties. Get in touch if that's an issue that you need fixed!

Select whether you're creating a new tileset source or updating an existing one. If creating new, enter a name and press "Update Tileset Source". This will take a short time to query, and you'll see a series of responses returning that will explain if your requests worked or not.

If you're updating, select from the dropdown list of Tileset Sources that appear, and Update Tileset Source. Again, you'll see a series of responses that show the status.

Now you can go to Mapbox and see your new/updating tileset. If you enter it, you'll see the tileset job generation in process.

If you need custom recipes or other advanced features, just get in touch with us. By default this uses a very simple recipe that will make your data visible at all zoom levels and include all data properties.

Once you've added these, you're ready to create a tileset source and tileset. You will need some Mapbox knowledge to really understand why you're doing this and how it works (check out our for a Mapbox tutorial!).

Youtube tutorials
Mapbox's MTS (Mapbox Tiling Service)