forked from MapComplete/MapComplete
Add first version of the food theme
This commit is contained in:
parent
23af637a81
commit
92e8f3f89d
20 changed files with 629 additions and 30 deletions
|
@ -256,6 +256,9 @@ export class OH {
|
|||
start?: string,
|
||||
end?: string
|
||||
} {
|
||||
if(str === undefined){
|
||||
return null
|
||||
}
|
||||
str = str.trim();
|
||||
if (!str.startsWith("PH")) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue