Loading...

Features

To see a whole bunch of different features in action, you can check out our older examples site here!

Developer hooks

Mapster WP Maps is built with developers in mind. We are developers ourselves (obviously) so it was important to make sure this plugin was properly extendable. That being said, it’s your choice whether you want to build your maps completely from custom or to use Mapster WP Maps as a starting point. If you’ll need […]

Read More… from Developer hooks

Importing Files

Mapster WP Maps tries to make it as easy as possible to import your various kinds of geographic files along with all their properties. In the Free version, this works great for files that contain up to 100 features, but might slow down or time out if you do more than that. That being said, […]

Read More… from Importing Files

Mass Editing

One of the most valuable features in Mapster Pro is the ability to edit more than one feature at once. Whether you’ve imported a ton of features, or suddenly realized you need to change something small, the Mass Editing allows you to change just about any information on sets of features you’ve already created. We […]

Read More… from Mass Editing

Shortcodes

Mapster comes packed with some basic shortcodes. mapster_wp_map This is the general map shortcode. It loads any map that you create in Mapster, with a few options: mapster_wp_map_search Search for posts that can be edited (part of the User Submission feature). mapster_listing_posts Create a listing map. There are also a number of built-in blocks that […]

Read More… from Shortcodes

Caching

For really big maps, caching is a must. While we don’t really recommend using Mapster WP Maps for maps that have more than 10,000 features on the map at once, it can definitely be done. But it’s important to cache the map, so that your database isn’t trying to fetch and sort all those features […]

Read More… from Caching

Spatial Database & APIs

You can actually transform your WordPress installation into a proper spatial database using Mapster WP Maps. This is a very advanced feature that will properly require you to write some custom SQL, but Mapster will set up the infrastructure for you. Plain SQL does have some decent spatial query possibilities — it’s not PostGIS, but […]

Read More… from Spatial Database & APIs

ACF Map Field

The default map field in Advanced Custom Fields (ACF) is based on Google Maps. This can be a little annoying as you need a license key, and it also doesn’t allow the storage of more complex types of geometries, like lines or polygons. This can help you organize your site according to what you want, […]

Read More… from ACF Map Field