Changeset 2092060
- Timestamp:
- 05/21/2019 07:16:01 AM (7 years ago)
- Location:
- mapfig-premium-leaflet-map-maker/trunk
- Files:
-
- 2 edited
-
mf_plugin.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mapfig-premium-leaflet-map-maker/trunk/mf_plugin.php
r2091891 r2092060 1 <?php 1 <?php 2 2 /** 3 3 * Plugin Name: AcuGIS Leaflet Plugin 4 4 * Description: A Plugin & widget by acugis.com that allows you to create/display map on Posts/Pages as well as on widget areas. 5 * Author: AcuGISInc6 * Author URI: http ://www.acugis.com/7 * Plugin URI: http ://www.acugis.com/wordpress-plugins.html5 * Author: Cited, Inc 6 * Author URI: https://www.acugis.com/ 7 * Plugin URI: https://www.acugis.com/leaflet-map-plugin/ 8 8 * Version: 5.1.1.0 9 9 * License: GPL 10 10 */ 11 11 12 12 global $wpdb; 13 13 define('social_TITLE', 'social'); … … 19 19 define('MAPFIG_PREMIUM_EMP_DOCROOT', dirname(__FILE__)); 20 20 define('MAPFIG_PREMIUM_EMP_WEBROOT', str_replace(getcwd(), home_url(), dirname(__FILE__))); 21 22 include 'config.php'; 23 21 22 include 'config.php'; 23 24 24 register_activation_hook(__FILE__, 'mapfig_premium_tb_mf_install'); 25 25 register_deactivation_hook(__FILE__, 'mapfig_premium_tb_mf_uninstall'); 26 26 add_action('admin_menu', 'mapfig_premium_mf_menu'); 27 27 28 28 add_action('admin_init', 'mapfig_premium_my_script_enqueuer'); 29 29 add_action( 'wp_enqueue_scripts', 'mapfig_premium_my_script_enqueuer'); 30 30 31 include 'lib/model.php'; 31 include 'lib/model.php'; 32 32 include 'lib/install.php'; 33 33 include 'lib/upgrade.php'; -
mapfig-premium-leaflet-map-maker/trunk/readme.txt
r2091891 r2092060 22 22 * [Docs and Help](https://www.acugis.com/leaflet-map-plugin/docs/) 23 23 24 The MapFigLeaflet Maps Plugin allows you to create and display custom, stylish maps simply and easily.25 26 The pluginworks with any map provider (Google, OpenStreetMap, MapBox, BING, MapQuest, etc..) as well as our own maps.27 28 The MapFigLeaflet Map plugin is designed for ease of use. Just click the marker icon and drop it onto the map. Enter the location or address and address auto-complete will place the marker where you want it.24 The AcuGIS Leaflet Maps Plugin allows you to create and display custom, stylish maps simply and easily. 25 26 The AcuGIS works with any map provider (Google, OpenStreetMap, MapBox, BING, MapQuest, etc..) as well as our own maps. 27 28 The AcuGIS Leaflet Map plugin is designed for ease of use. Just click the marker icon and drop it onto the map. Enter the location or address and address auto-complete will place the marker where you want it. 29 29 30 30 In addition to markers, you can also draw lines, polygons and squares. … … 36 36 An integrated Widget is also included as well as Social Share, export, and all of the features below. 37 37 38 The MapFigLeaflet Map plugin is 100% free with a limit of 5 maps.38 The AcuGIS Leaflet Map plugin is 100% free with a limit of 5 maps. 39 39 40 40 For unlimited maps, it is only $5! The $5 also provides you with direct support and free updates and upgrades. … … 43 43 = Features = 44 44 45 The MapFig Leaflet Maps main features are:45 The AcuGIS MapFig Leaflet Maps main features are: 46 46 47 47 * Markers, Lines, and Polygons
Note: See TracChangeset
for help on using the changeset viewer.