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 {
// version number
static $version = "0.5-beta";
static $version = "0.5";
// default map drawing framework
static $mapapi = "openlayers";
@ -82,7 +82,7 @@
static $strokeWeight = 2;
static $strokeColor = '#ff0000';
static $strokeOpacity = 1;
private static $fileLoaded = false;
private static $initialized = false;