Changeset 3098743
- Timestamp:
- 06/06/2024 02:11:08 PM (22 months ago)
- Location:
- static-maps-editor/tags/1.0.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
static-maps-editor/tags/1.0.1
- Property svn:mergeinfo changed
/static-maps-editor/trunk merged: 3098739
- Property svn:mergeinfo changed
-
static-maps-editor/tags/1.0.1/README.txt
r3097953 r3098743 21 21 * All images are stored locally in your upload folder, alongside pictures you upload 22 22 23 = Features include = 24 1. Maps anywhere on the globe, from whole continents to a map of your street 23 = The map editor - features = 24 1. Map anywhere on the globe, from whole continents to a map of your street 25 1. Style your map 25 26 1. Draw routes 26 27 1. Put a list of addresses on the map (even copy & paste from Excel) 27 1. Highlight cities/countries/ etc28 1. Highlight cities/countries/regions/etc 28 29 1. Upload your geo data (GPX, KML, GeoJSON..) 29 30 1. Show mountains and hills … … 35 36 36 37 These are the things planned for future releases: 38 37 39 1. A Gutenberg block 38 40 1. A Divi module 39 41 1. An Elementor widget 42 1. Remember map editor settings 40 43 41 44 == Installation == 42 45 = Automatic installation = 43 1. Search for "Static Maps" in your wp-admin46 1. Search for the plugin "Static Maps Editor" in your wp-admin 44 47 1. Install and activate the plugin 45 1. One-click-generate your API key in "Settings"46 1. Go to "Media Library" > "Create static map"48 1. You will be asked to generate your API key 49 1. Create your first Static Map 47 50 48 51 = Manual installation = 49 1. Download the WP Static Maps plugin zip file. Extract and upload the folder in your wp-content/plugins folder. 50 1. From the wp-admin panel go to plugins and activate “WP Static Maps” 51 1. Go to "Media Library" > "Create static map" 52 1. Download the Static Maps Editor plugin zip file. Upload the file to your WordPress under "Plugins". 53 1. Install and activate the plugin 54 1. You will be asked to generate your API key 55 1. Create your first Static Map 56 57 Note: Make sure all filesize limits (upload, post size, memory, etc) are set to at least 10MB on your PHP and WordPress. Also check potential size limits on your web application firewall (e.g. mod_security). 52 58 53 59 == Frequently Asked Questions == … … 80 86 We made this plugin to make our commercial service Printmaps.net more visible. The plugin is and will stay free. 81 87 88 = Are there any memory or resources limits I have to increae in order for the plugin to function correctly? = 89 90 The generated images could range in size from a cople of kilobytes up to 10MB. Please make sure that your PHP and Wordpress limit settings and configuration variables are set high enoug to acommodate for such requests. In particular the setting for POST requests size and file upload size. (You can find your current limits unter Tools> Site Health.) 91 92 * PHP post max size 93 * Upload max filesize 94 * WP_MEMORY_LIMIT 95 * WP_MAX_MEMORY_LIMIT 96 97 Also if you use an additional web application firewall (e.g mod_security) make sure that the custom settting for the firewall are set high enough as well for requests of up to 10MB. 98 82 99 == Screenshots == 83 100
Note: See TracChangeset
for help on using the changeset viewer.