Version 0.5
This commit is contained in:
parent
3e097e1812
commit
2f566430f7
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user