{"id":53071,"date":"2016-12-18T18:11:48","date_gmt":"2016-12-18T18:11:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/map-visualizer\/"},"modified":"2016-12-21T02:20:41","modified_gmt":"2016-12-21T02:20:41","slug":"map-visualizer","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/map-visualizer\/","author":14602598,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"4.7.33","requires":"4.1.5","requires_php":"","requires_plugins":"","header_name":"Map Visualizer","header_author":"Dimitris Samourkasidis and Ioannis N. Athanasiadis","header_description":"","assets_banners_color":"b0b8c0","last_updated":"2016-12-21 02:20:41","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1971,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"1562856","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1562856","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1560969","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1560969","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1560969","resolution":"3","location":"assets"}},"screenshots":{"1":"<p>Simple Markers on a Google Street map<\/p>","2":"<p>Circle Markers on a Google Satellite map<\/p>","3":"<p>Polygons on a Google Satellite map<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[567,3528,4595,2909,18208],"plugin_category":[49],"plugin_contributors":[129119],"plugin_business_model":[],"class_list":["post-53071","plugin","type-plugin","status-publish","hentry","plugin_tags-csv","plugin_tags-geocode","plugin_tags-leaflet","plugin_tags-map","plugin_tags-visualization","plugin_category-maps-and-location","plugin_contributors-dsamourkasidis"],"banners":{"banner":"https:\/\/ps.w.org\/map-visualizer\/assets\/banner-772x250.jpg?rev=1562856","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/map-visualizer\/assets\/icon-128x128.jpg?rev=1562856","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/map-visualizer\/assets\/screenshot-1.png?rev=1560969","caption":"<p>Simple Markers on a Google Street map<\/p>"},{"src":"https:\/\/ps.w.org\/map-visualizer\/assets\/screenshot-2.png?rev=1560969","caption":"<p>Circle Markers on a Google Satellite map<\/p>"},{"src":"https:\/\/ps.w.org\/map-visualizer\/assets\/screenshot-3.png?rev=1560969","caption":"<p>Polygons on a Google Satellite map<\/p>"}],"raw_content":"<!--section=description-->\n<p>Map Visualizer allows users to import csv files, and to create a map out of them using the plugin's interface.\nAfter you have successfully imported (or created) a data source, you can visualise it on a map and add it to your posts\/pages with a shortcode. \nAll shortcodes can be constructed easily through the plugin's interface.<\/p>\n\n<h4>CSV File Format<\/h4>\n\n<p>In order for the CSV file to be imported successfully, its format must comply with the following rules:<\/p>\n\n<ul>\n<li><p>The first row must contain all the Header names:<\/p>\n\n<ul>\n<li>If you use geographical coordinates, the headers of <em>the first two column<\/em> must be named \"Latitude\" and \"Longitude\" respectively. <\/li>\n<li>If you use addresses, the <em>first column<\/em> must be named \"Address\" and the plugin will geocode the data accordingly.<\/li>\n<li>If you wish to use polygons, the <em>first column<\/em> must be named \"Polygon\". Format of polygon data should be of Well-Known Text.<\/li>\n<\/ul><\/li>\n<li><p>The second row must contain the data type of each column:<\/p>\n\n<ul>\n<li>Available data types include \"INT\", \"FLOAT\" and \"TEXT\".<\/li>\n<li>For \"Latitude\" and \"Longitude\" headers, the data type to be used is \"FLOAT\".<\/li>\n<li>For \"Polygon\" or \"Address\" headers, the data type to be used is \"TEXT\".<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h4>shortcode format<\/h4>\n\n<p>The general format of this plugin's shortcodes is [visualise]. Available attributes include:<\/p>\n\n<ul>\n<li>\"file_name\" : The name of the file imported you wish to visualise.<\/li>\n<li>\"map\" : The map type to be used for the visualization. You can choose between \"Satellite\" or \"Streets\" maps and the default one is \"Streets\".<\/li>\n<li>\"type\" : Type of visualization. Either visualise your data as \"polygon\" or as \"marker\". Default type is \"marker\".<\/li>\n<li>\"marker_type\" : Choose between \"simple marker\" or \"circle_marker\" to be pinned on the chosen map. The default markers are \"simple marker\".<\/li>\n<li>\"category\" : Header Name of your file, which will be used to differentiate the data based on the marker_type chosen.<\/li>\n<li>\"colorant\" : Color of circle_markers and polygons, used to differentiate the data.<\/li>\n<li>\"circle_radius\" : Radius of circle_markers. The default value is 5, and it is advised to stay between a 1-10 scale.<\/li>\n<li>\"fill_opacity\" : Level of opacity for circle_markers and polygons. The default value is 0.3, and it is advised to stay between a 0.1-1 scale.<\/li>\n<li>\"center_point\" : An Address for setting the initial center point of the map.<\/li>\n<li>\"zoom\" : Initial zoom of the map. Value 1 shows the entire world map and the default zoom used is 3.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the content of the ZIP archive to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Import your file through the Import CSV File' page. Alternatively create your own through the 'Create New File' page.<\/li>\n<li>View your stored files, construct and copy a shortcode through the 'List All Files' page.<\/li>\n<li>Paste the shortcode in the text where you want the map visualization to appear<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>What file formats are supported?<\/dt>\n<dd><p>For now, only CSV files are supported. However, there is room for adding geojson or netCDF support on future versions.<\/p><\/dd>\n<dt>Is there a limit for the CSV file size?<\/dt>\n<dd><p>Theoretically, no there isn't. You should take into account, however, your hosting provider restrictions.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<p>*Initial Release<\/p>","raw_excerpt":"Import your data from csv files and visualise them on Google streets\/satellite maps","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/53071","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=53071"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/dsamourkasidis"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=53071"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=53071"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=53071"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=53071"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=53071"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=53071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}