- fixed obstacle plugin

- added index to map class
- added local records plugin (only tm so far)
This commit is contained in:
Steffen Schröder
2013-11-25 02:01:15 +01:00
parent c8d879fe60
commit 65394e165e
5 changed files with 370 additions and 20 deletions

View File

@ -14,8 +14,7 @@ class Map {
/**
* Public properties
*/
public $mapFetcher = null;
public $id = 0;
public $index = -1;
public $name = 'undefined';
public $uid = '';
public $fileName = '';
@ -32,6 +31,7 @@ class Map {
public $comment = '';
public $titleUid = '';
public $startTime = 0;
public $mapFetcher = null;
/**
* Private properties