mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
stats up
This commit is contained in:
parent
9ae7c0d3e4
commit
a1c5647b43
9 changed files with 172 additions and 83 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue