FLA-SHOP.com - Interactive Maps with Greater Impact! |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HTML5 UK Postcode Map Locator 2.3We introduce a brand new map of UK Postcode powered by JavaScript. The map is suitable for displaying on any device including iPhone, iPad and obviously on all major desktop browsers. The interactive map shows clickable areas* which you can assign a landing page URL with. Easily adjustable colors, links and popup balloons and other settings allow you to tune the map view to your needs.* The term "area" means one of the following: region, state, country, province, county or district, depending on the particular map HTML5 interactive map is perfect for any business to highlight local offices, dealers etc. The map is powered by the Raphael JavaScript library providing the work in the following browsers: Chrome, Firefox, Safari, Opera, IE8-IE12, Microsoft Edge. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table of Contents | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Features
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Preview |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
What's newVersion 2.3Fix behavior in Microsoft Edge (rendering bugs). Some minor bugfixes and optimizations. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
General SettingsThe HTML5 Locator Map is configured through 2 files: settings.js and map.css.All adjustments and customizations should be made in the JS file. We advise you to use free Notepad++. Certainly, you can use any other HTML and plaintext editors as well. The configurations and customizations can be made on your local computer. After customization you have to upload the edited files on your web server. Customizing the file "settings.js" The file settings.js you can define the properties of maps: the color of the regions, borders, 2-letter codes, links and information for popup ballons. The options are described below:
Example id: 1, name: "Alabama", shortname: "AL", link: "alabama_page.html", comment: "Name Surname<br>Business Development Manager<br>Phone: (000) 123-4567", image: "photo.jpg", color_map: "#7798BA", color_map_over: "#366CA3" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Install HTML5 MapIn order to install the map on your site, add the following code to the HTML source of the page:<!-- start Fla-shop.com HTML5 Map --> <div id='map-container'></div> <link href="map.css" rel="stylesheet"> <script src="raphael-min.js"></script> <script src="settings.js"></script> <script src="map.js"></script> <script> var map = new FlaMap(map_cfg); map.drawOnDomReady('map-container'); </script> <!-- end HTML5 Map -->Note that you should upload all files to your server first. Make sure you have specified the full path to the files in the code including subfolders. <!-- start Fla-shop.com HTML5 Map --> <div id='map-container'></div> <link href="/directory/map.css" rel="stylesheet"> <script src="/directory/raphael-min.js"></script> <script src="/directory/settings.js"></script> <script src="/directory/map.js"></script> <script> var map = new FlaMap(map_cfg); map.drawOnDomReady('map-container'); </script> <!-- end HTML5 Map --> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
API specificationVersion 2.0+ use new API with improved functions, you can find API description by following this link |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fla-shop.com Licensing Information
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Thank you for using our product. Please feel free to contact us with any questions regarding our product.
More maps and Information on website Fla-shop.com |