{"id":24814,"date":"2013-08-19T10:10:33","date_gmt":"2013-08-19T10:10:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/nomad-world-map\/"},"modified":"2016-08-30T15:30:21","modified_gmt":"2016-08-30T15:30:21","slug":"nomad-world-map","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/nomad-world-map\/","author":15073634,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.1","stable_tag":"1.3.1","tested":"4.6.30","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"Nomad World Map","header_author":"Nomad World Map","header_description":"","assets_banners_color":"aec3d3","last_updated":"2016-08-30 15:30:21","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/nomadworldmap.com\/","header_plugin_uri":"http:\/\/nomadworldmap.com\/","header_author_uri":"http:\/\/nomadworldmap.com\/","rating":4.7,"author_block_rating":0,"active_installs":700,"downloads":40727,"num_ratings":50,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"3","2":"1","3":0,"4":0,"5":"46"},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"984088","resolution":"128x128","location":"assets"},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"984088","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"758337","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1","1.1.1","1.1.2","1.1.3","1.1.4","1.2","1.2.1","1.2.2","1.2.21","1.2.30","1.2.31","1.3.0","1.3.1"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"758341","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"758341","resolution":"2","location":"assets"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"758341","resolution":"3","location":"assets"}},"screenshots":{"1":"Front-end of the plugin","2":"Settings screen","3":"The route editor"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1571,10346,249,46296,40087],"plugin_category":[39,49],"plugin_contributors":[80682],"plugin_business_model":[],"class_list":["post-24814","plugin","type-plugin","status-publish","hentry","plugin_tags-google-maps","plugin_tags-route","plugin_tags-travel","plugin_tags-travel-blog","plugin_tags-trip","plugin_category-business","plugin_category-maps-and-location","plugin_contributors-worldnomadmap","plugin_committers-worldnomadmap"],"banners":{"banner":"https:\/\/ps.w.org\/nomad-world-map\/assets\/banner-772x250.jpg?rev=758337","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/nomad-world-map\/assets\/icon-128x128.jpg?rev=984088","icon_2x":"https:\/\/ps.w.org\/nomad-world-map\/assets\/icon-256x256.jpg?rev=984088","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/nomad-world-map\/assets\/screenshot-1.jpg?rev=758341","caption":"Front-end of the plugin"},{"src":"https:\/\/ps.w.org\/nomad-world-map\/assets\/screenshot-2.jpg?rev=758341","caption":"Settings screen"},{"src":"https:\/\/ps.w.org\/nomad-world-map\/assets\/screenshot-3.jpg?rev=758341","caption":"The route editor"}],"raw_content":"<!--section=description-->\n<p>For each location that is added to the map you can set the type of content you want to show. Either the excerpt of a blog post, a short custom description or only the travel dates.<\/p>\n\n<p>The location content itself is shown in a carousel underneath the map. When you slide through the carousel the map will automatically zoom to the location that is linked to the visible content.<\/p>\n\n<h4>Features include:<\/h4>\n\n<ul>\n<li>Create multiple independent maps<\/li>\n<li>Add multiple maps to the same page<\/li>\n<li>A sidebar widget that can show your last location<\/li>\n<li>Show a list of visited locations with optional arrival and departure dates<\/li>\n<li>Set custom thumbnails for each location<\/li>\n<li>Set custom line colors for the past and future travel routes<\/li>\n<li>Rearrange the order of the travel route by dragging the items up or down in the route list.<\/li>\n<li>Specify if you want the map to zoom to the first or last location of your travel route.<\/li>\n<li>Choose from three different content types for each location. Either link to a blog post, write a custom description or show the travel dates.<\/li>\n<\/ul>\n\n<p><a href=\"http:\/\/nomadworldmap.com\/\">Demo<\/a><\/p>\n\n<p>If you want to contribute to the development of this plugin, you can do so through <a href=\"https:\/\/github.com\/nomadworldmap\/nomad-world-map\">GitHub<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>nomad-world-map<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Create your route on the map under 'Nomad Map'<\/li>\n<li>Add the map to a page with this shortcode: [nwm_map]<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I add the map to a page?<\/dt>\n<dd><p>Add this shortcode <code>[nwm_map]<\/code> to the page where you want to display the map.<\/p><\/dd>\n<dt>How do I add multiple maps to a page?<\/dt>\n<dd><p>You add the shortcode like you normally would, only this time you also need to define the map ID.\nSo if you want to show the maps with ids 1,4 and 5 you would add the following shortcodes.<\/p>\n\n<pre><code>[nwm_map id=\"1\"]\n[nwm_map id=\"4\"]\n[nwm_map id=\"5\"]\n<\/code><\/pre><\/dd>\n<dt>Can I specify the dimensions of the map?<\/dt>\n<dd><p>Yes, just add the width and height as an attribute to the shortcode. <code>[nwm_map height=\"500\" width=\"500\"]<\/code><\/p><\/dd>\n<dt>How do I specify which map is shown?<\/dt>\n<dd><p>You can add the id attribute to the <code>[nwm_map id=\"3\"]<\/code> shortcode. This will show the map with ID 3 on your page.<\/p><\/dd>\n<dt>I created a route and added the shortcode to a page, but when I view the page in the browser it only shows a blank map?<\/dt>\n<dd><p>Make sure your theme doesn't use AJAX to navigate between pages, if so try to disable it. Also make sure there are no <a href=\"http:\/\/codex.wordpress.org\/Using_Your_Browser_to_Diagnose_JavaScript_Errors\">JavaScript<\/a> errors on your site. Last thing you can try is to switch to another theme and disable other plugins and see if that fixes it.<\/p><\/dd>\n<dt>What other shortcode options exist for individual maps?<\/dt>\n<dd><p>You can set the zoom level like this. <code>[nwm_map zoom=\"6\"]<\/code>\nYou can set the content type to either 'tooltip' or 'slider'. <code>[nwm_map content=\"tooltip\"]<\/code> If it's set to tooltip, it will remove the slider.\nYou can disable the lines between the markers <code>[nwm_map lines=\"0\"]<\/code>\nYou can set the map type like this <code>[nwm_map maptype=\"roadmap\"]<\/code> other accepted values are 'satellite', 'hybrid' and 'terrain'.<\/p>\n\n<p>If the zoom level, content type, lines or maptype are not set in the shortcode, the values from the general settings page will be used.<\/p><\/dd>\n<dt>Can I show a list of all the destinations on the map?<\/dt>\n<dd><p>Yes, this short code <code>[nwm_list id=\"1\"]<\/code> will show the destination list for the map with id 1. If no id is set, it will default to 1.<\/p>\n\n<p>Other shortcode options for the list:<\/p>\n\n<pre><code>[nwm_list id=\"1\" dates=\"all\"] Show both the arrival and departure dates\n[nwm_list id=\"1\" dates=\"arrival\"] Only show the arrival dates\n[nwm_list id=\"1\" dates=\"departure\"] Only show the arrival dates\n[nwm_list order=\"asc\"] or `[nwm_list order=\"desc]` will change the sort order of the destination list\n<\/code><\/pre><\/dd>\n<dt>When I search for a blog post title it returns no results?<\/dt>\n<dd><p>Make sure the blog post you search for is published, and that it matches exactly with the title you see in the blog post editor.\nOtherwise please open a support request in the support form.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Few minor bug fixed<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>Fixed the Google API compatibility bug<\/li>\n<li>Title of the post you want to link to form field also accepts post ID now<\/li>\n<\/ul>\n\n<h4>1.2.31<\/h4>\n\n<ul>\n<li>Fixed the post id not being saved when the location content was set to \"post excerpt\" ( if you have tried to link blog post to locations but the excerpt was missing. Then you need to edit the location under \"Route Editor -&gt; Edit location\" and search for the blog post again and then update the location )<\/li>\n<li>Fixed sometimes not being able to add new routes after creating a new map<\/li>\n<li>Fixed several php notices breaking the route editor when WP_DEBUG was enabled<\/li>\n<li>Fixed the linked url not showing up correctly in the location list in the route editor<\/li>\n<li>Restricted the width of the location position dropdown <\/li>\n<li>Added Swedish (sv_SE) translations, via <a href=\"http:\/\/20x.se\/\">Elger<\/a><\/li>\n<\/ul>\n\n<h4>1.2.30<\/h4>\n\n<ul>\n<li>Fixed the location thumbnails breaking when the images are loaded from another domain<\/li>\n<li>Fixed the js script sometimes breaking in IE<\/li>\n<li>Fixed the date translations not working for custom posts<\/li>\n<li>Fixed the date description text sometimes disappearing when switching between 'Add location' and 'Edit Location'<\/li>\n<li>Fixed a compatibility issue with the Advanced Custom Fields plugin, reported by <a href=\"https:\/\/github.com\/ShaneShipston\">ShaneShipston<\/a><\/li>\n<li>Several code improvements supplied by <a href=\"https:\/\/github.com\/ShaneShipston\">ShaneShipston<\/a>  <\/li>\n<li>Added the option to define where a new location is inserted in the route list when you create\/edit an entry<\/li>\n<li>Added the option to hide the tooltip on initial page load when the content is set to be shown in the tooltips<\/li>\n<li>Added Polish (pl_PL) and Dutch (nl_NL) translations<\/li>\n<\/ul>\n\n<h4>1.2.21<\/h4>\n\n<ul>\n<li>Fixed an issue where on some servers the map would remain empty<\/li>\n<li>Fixed the flags in the route editor not being saved properly<\/li>\n<li>Fixed the map cache not being flushed after updating from 1.1.4 to 1.2.x.<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Fixed an issue with the widget options in WP 3.8 not working properly<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Fixed a bug where the location link would not always show correctly<\/li>\n<li>Fixed a bug in the js script that would result in breaking some themes<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Added a sidebar widget that can show your last location<\/li>\n<li>Added support for adding multiple maps to the same page<\/li>\n<li>Added support for overwriting the map type setting through an shortcode attribute<\/li>\n<li>Added support for overwriting the visibility of lines between markers through an shortcode attribute<\/li>\n<li>Added a field where you can customize the \"Read more\" text<\/li>\n<li>Added a shortcode attribute for changing the sort order of the destination list<\/li>\n<li>Added an option to enable an extra input field that allows users to adjust the coordinates<\/li>\n<li>Added a dashboard icon that supports WP 3.8<\/li>\n<li>Improved the alignment of the thumbnail inside the tooltip<\/li>\n<li>Removed the min width from the CSS for the tooltip when a slider is active. This prevents the tooltip from being much wider than the text in the tooltip itself.<\/li>\n<li>Fixed a bug that prevented the translations from being loaded<\/li>\n<li>Fixed the route cache not being removed on uninstall<\/li>\n<li>Fixed the word count not resetting when 'custom content' is used<\/li>\n<\/ul>\n\n<h4>1.1.4<\/h4>\n\n<ul>\n<li>Fixed the map not showing any content when the \"On pageload zoom to\" setting is set to \"The last location before your scheduled route starts\", but no previous location exists<\/li>\n<li>Fixed the thumbnail not being correctly updated on the map after it was changed in the linked post<\/li>\n<li>Fixed the cache not being deleted if a shortcode attribute was changed in a page that contained the nwm_map shortcode<\/li>\n<li>Added the option to remove the slider, and show the location content in the tooltip instead<\/li>\n<li>Added the option to add a \"read more\" link after the content<\/li>\n<li>Added the option to show the location name in the tooltip \/ slider content<\/li>\n<li>Added support for two new shortcode attributes. You can for individual maps set the zoom level, or define if the content is shown in a tooltip or slider.<\/li>\n<li>Added HTTPS support for Google Maps<\/li>\n<li>Added support for searching through pages and custom post types, instead of only blog post<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Fixed custom thumbnails not showing up for travel dates<\/li>\n<li>Fixed a bug where the location thumbnail was shown in a square instead of a circle on the map<\/li>\n<li>Fixed the title of the custom content not being displayed correctly in the slider under the map<\/li>\n<li>Fixed a notification message sometimes appearing twice in the route editor<\/li>\n<li>Changed the css for the generated route list<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Fixed changes to the settings not always clearing the map cache correctly. This only happened if the map contained just custom content and travel dates.<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Fixed the script that is used to delete the map cache. This script triggered a php warning during install.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Added support for multiple independent maps<\/li>\n<li>Added a new short code that will show a list of all destinations [nwm_list]<\/li>\n<li>Added the option to set custom thumbnails for each destination<\/li>\n<li>Added the option to set different map types (roadmap, terrain, satellite, hybrid)<\/li>\n<li>Added the option to show either straight or curved lines between the markers on the map<\/li>\n<li>Modified the used date format on the front-end, it will now use the date format that is set in WordPress (general settings).<\/li>\n<li>Improved the removal of multiple route items<\/li>\n<li>Fixed the blog title search breaking with strange characters<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Fixed the handling of custom travel dates for php versions lower than 5.3<\/li>\n<li>Changed the shortcode output so that the map can also be placed between content, and doesn't always ends up on top of the content<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Fixed a situation where an invalid zoom level value would break the entire map<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Added the option to set a custom zoom level<\/li>\n<li>Improved the zooming on page load by setting the latlng value of the active location as the center of the map<\/li>\n<li>Fixed a css bug where in some themes the thumbnails were shown as a square instead of a circle<\/li>\n<li>Fixed the incorrect display of older dates on the map<\/li>\n<li>Fixed a situation where an incorrect title could show up for future locations<\/li>\n<li>Modified the handling of blog post that are deleted and were linked to locations on the map<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed a interface bug that in some cases resulted in a \"setMap is not a function\" javascript error when searching for a new location on Google Maps<\/li>\n<li>Modified the datepicker, removed the dates limits and added a check for keyboard input<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Create your own custom travel map. Link locations on the map to blog posts and share your travel plans.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/24814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=24814"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/worldnomadmap"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=24814"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=24814"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=24814"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=24814"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=24814"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=24814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}