Plugin Directory

Changeset 3098743


Ignore:
Timestamp:
06/06/2024 02:11:08 PM (22 months ago)
Author:
printmaps
Message:
  • README.txt improvements
Location:
static-maps-editor/tags/1.0.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • static-maps-editor/tags/1.0.1

  • static-maps-editor/tags/1.0.1/README.txt

    r3097953 r3098743  
    2121* All images are stored locally in your upload folder, alongside pictures you upload
    2222
    23 = Features include =
    24 1. Maps anywhere on the globe, from whole continents to a map of your street
     23= The map editor - features =
     241. Map anywhere on the globe, from whole continents to a map of your street
     251. Style your map
    25261. Draw routes
    26271. Put a list of addresses on the map (even copy & paste from Excel)
    27 1. Highlight cities/countries/etc
     281. Highlight cities/countries/regions/etc
    28291. Upload your geo data (GPX, KML, GeoJSON..)
    29301. Show mountains and hills
     
    3536
    3637These are the things planned for future releases:
     38
    37391. A Gutenberg block
    38401. A Divi module
    39411. An Elementor widget
     421. Remember map editor settings
    4043
    4144== Installation ==
    4245= Automatic installation =
    43 1. Search for "Static Maps" in your wp-admin
     461. Search for the plugin "Static Maps Editor" in your wp-admin
    44471. Install and activate the plugin
    45 1. One-click-generate your API key in "Settings"
    46 1. Go to "Media Library" > "Create static map"
     481. You will be asked to generate your API key
     491. Create your first Static Map
    4750
    4851= 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"
     521. Download the Static Maps Editor plugin zip file. Upload the file to your WordPress under "Plugins".
     531. Install and activate the plugin
     541. You will be asked to generate your API key
     551. Create your first Static Map
     56
     57Note: 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).
    5258
    5359== Frequently Asked Questions ==
     
    8086We made this plugin to make our commercial service Printmaps.net more visible. The plugin is and will stay free.
    8187
     88= Are there any memory or resources limits I have to increae in order for the plugin to function correctly? =
     89
     90The 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
     97Also 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
    8299== Screenshots ==
    83100
Note: See TracChangeset for help on using the changeset viewer.