This commit is contained in:
Tykayn 2025-05-29 16:50:25 +02:00 committed by tykayn
parent 9ae7c0d3e4
commit a1c5647b43
9 changed files with 172 additions and 83 deletions

View file

@ -15,6 +15,8 @@ class Motocultrice
'name',
'wheelchair',
'harassment_prevention',
'image',
'panoramax',
];
// les tags OSM que l'on estime nécessaires pour un commerce
public $base_tags = [
@ -279,6 +281,10 @@ QUERY;
public static function uuid_create_static() {
return $this->uuid_create();
}
public function uuid_create() {
return sprintf( '%04x%04x-%04x-%04x-%04x-%04x%04x%04x',
// 32 bits for "time_low"