Plugin Directory

Changeset 1776296


Ignore:
Timestamp:
11/27/2017 04:44:27 PM (8 years ago)
Author:
bnisia
Message:

Added quiet flag so that the messages are always hidden during loading of kml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ia-map-analytics-basic/trunk/ia-mapanalytics.php

    r1773535 r1776296  
    77Description: Easily create a map via a short code using uploaded KML or GeoJSON
    88
    9 Version: 20171120
     9Version: 20171127
    1010
    1111Author: Information Analytics
     
    439439                            }
    440440                               
    441                         $script .="publishdirectory:\"http://www.dyasdesigns.com/tntmap/\", iwwidth:280, dohilite:false }); $gxmlname.parse();";
     441                        $script .="publishdirectory:\"http://www.dyasdesigns.com/tntmap/\", iwwidth:280, dohilite:false, quiet:true }); $gxmlname.parse();";
    442442                        }
    443443                        $count++;
Note: See TracChangeset for help on using the changeset viewer.