Version 0.5

This commit is contained in:
Bartek Fabiszewski 2019-01-30 22:07:50 +01:00
parent 3e097e1812
commit 2f566430f7

View File

@ -28,7 +28,7 @@
*/ */
class uConfig { class uConfig {
// version number // version number
static $version = "0.5-beta"; static $version = "0.5";
// default map drawing framework // default map drawing framework
static $mapapi = "openlayers"; static $mapapi = "openlayers";
@ -82,7 +82,7 @@
static $strokeWeight = 2; static $strokeWeight = 2;
static $strokeColor = '#ff0000'; static $strokeColor = '#ff0000';
static $strokeOpacity = 1; static $strokeOpacity = 1;
private static $fileLoaded = false; private static $fileLoaded = false;
private static $initialized = false; private static $initialized = false;