| 308 | | *[name =~ /(?i)\bHelipo[rn]to?\b/][aeroway][aeroway != helipad], |
| 309 | | *[name =~ /^(?i)Sub-?estação .*/][power][power != substation], |
| 310 | | *[name =~ /^(?i)Tribunal .*/][amenity][amenity != courthouse], |
| 311 | | *[name =~ /^(?i)(Hospital|Centro Hospitalar) .*/][building][building != hospital], |
| 312 | | *[name =~ /^(?i)(Universidade|Faculdade) .*/][building][building != university], |
| 313 | | *[name =~ /^(?i)Escola .*/][building][building != school], |
| 314 | | *[name =~ /^(?i)(Aparthotel|Hotel|Residencial|Pensão) .*/][building][building != hotel], |
| 315 | | *[name =~ /(?i)\bMotel\b/][tourism][tourism != motel], |
| 316 | | *[name =~ /(?i)\bRestaurante?\b/][amenity][amenity != restaurant], |
| 317 | | *[name =~ /(?i)\bMuseu?\b/][tourism][tourism != museum], |
| 318 | | *[name =~ /(?i)\bBiblioteca?\b/][amenity][amenity != library], |
| 319 | | *[name =~ /(?i)\b(Supermercado|Mini-?Mercado|Hipermercado)\b/][shop][shop != supermarket], |
| 320 | | *[name =~ /(?i)\bPadandaria\b/][shop][shop != bakery], |
| 321 | | *[name =~ /(?i)\bTalho\b/][shop][shop != butcher], |
| 322 | | *[name =~ /(?i)\bSapataria\b/][shop][shop != shoes], |
| 323 | | *[name =~ /(?i)\b(Joalharia|Ourivesaria)\b/][shop][shop != jewelry], |
| 324 | | *[name =~ /(?i)\b(Cabeleireir[ao]|Barbe(iro|aria))\b/][shop][shop != hairdresser], |
| 325 | | *[name =~ /(?i)\bCentro de Cópias\b/][shop][shop != copyshop], |
| 326 | | *[name =~ /(?i)\bPeixaria\b/][shop][shop != seafood], |
| 327 | | *[name =~ /(?i)\bLoja de Tecidos\b/][shop][shop != fabric], |
| 328 | | *[name =~ /(?i)\bLoja de Informática\b/][shop][shop != computer], |
| 329 | | *[name =~ /(?i)\bSalão de Beleza\b/][shop][shop != beauty], |
| 330 | | *[name =~ /(?i)\bFlorista\b/][shop][shop != florist], |
| 331 | | *[name =~ /(?i)\bViveiros\b/][landuse][landuse != plant_nursery], |
| 332 | | *[name =~ /(?i)\bLavandaria\b/][shop][shop != laundry], |
| 333 | | *[name =~ /(?i)\b(Centro Comercial|Shopp?ing Cent(er|re))\b/][shop][shop != mall], |
| 334 | | *[name =~ /(?i)\bDroguaria\b/][shop][shop != chemist], |
| 335 | | *[name =~ /(?i)\b(Stande?|Automóveis)\b/][shop][shop != car], |
| 336 | | *[name =~ /(?i)\b(Represa|Açude)\b/][waterway][waterway != weir], |
| 337 | | *[name =~ /(?i)\b(Queda de Água|Cascata|Catarata)s?\b/][waterway][waterway != waterfall], |
| 338 | | *[name =~ /^(?i)Barragem\b/][waterway][waterway != dam], |
| 339 | | *[name =~ /^(?i)Albufeira\b/][waterway][waterway != reservoir], |
| 340 | | *[name =~ /(?i)\bAgência de Viagens\b/][shop][shop != travel_agency], |
| 341 | | *[name =~ /(?i)\bBanco\b/][amenity][amenity != bank], |
| 342 | | *[name =~ /(?i)\b((Caixa\s)?ATM|Caixa Multi-?Banco|MB)\b/][amenity][amenity != atm], |
| 343 | | *[name =~ /(?i)\bPapelaria\b/][shop][shop != stationery], |
| 344 | | *[name =~ /(?i)\b(Agência\s)?Funerária\b/][shop][shop != funeral_directors], |
| 345 | | *[name =~ /(?i)\bPraia\b/][natural][natural != beach], |
| 346 | | *[name =~ /(?i)\b(E\.?T\.?A\.?R\.?|Estação de Tratamento de Águas Residuais)\b/][man_made][man_made != wastewater_plant], |
| 347 | | *[name =~ /(?i)\b(Clínica Veterinária|Veterinário)\b/][amenity][amenity != veterinary], |
| 348 | | *[name =~ /(?i)\b(Clínica Dentária|Dentista)\b/][amenity][amenity != dentist], |
| 349 | | *[name =~ /(?i)\b(CTT|Correios)\b/][amenity][amenity != post_office], |
| 350 | | *[name =~ /(?i)\bBombeiros\b/][amenity][amenity != fire_station], |
| 351 | | *[name =~ /(?i)\b(Polícia|G\.?N\.?R\.?|P\.?S\.?P\.?)\b/][amenity][amenity != police], |
| 352 | | *[name =~ /(?i)\b(Prisão|Prisional)\b/][amenity][amenity != prison], |
| 353 | | *[name =~ /(?i)\b(Embaixada|Consulado)\b/][amenity][amenity != embassy], |
| 354 | | *[name =~ /(?i)\bTeatro\b/][amenity][amenity != theatre], |
| 355 | | *[name =~ /(?i)\bCinema\b/][amenity][amenity != cinema], |
| 356 | | *[name =~ /^(?i)Café\b/][amenity][amenity != cafe], |
| 357 | | *[name =~ /(?i)(Ma?c\s?Donald('|\s)?s|Burgu?er\s?(Qu|K)ing)/][amenity][amenity != fast_food], |
| 358 | | *[name =~ /^(?i)Parque de Campismo\b/][amenity][amenity != camp_site], |
| 359 | | *[name =~ /(?i)\b(Pousada|hostel)\b/][amenity][amenity != hostel], |
| 360 | | *[name =~ /(?i)\bCemitério\b/][landuse][landuse != cemetery], |
| 361 | | *[name =~ /^(?i)Capela .*/][building][building != chapel], |
| 362 | | *[name =~ /^(?i)Igreja .*/][building][building != church], |
| 363 | | *[name =~ /^(?i)Catedral .*/][building][building != cathedral], |
| 364 | | *[name =~ /^(?i)Mesqita .*/][building][building != mosque], |
| 365 | | *[name =~ /^(?i)Sinagoga .*/][building][building != synagogue], |
| 366 | | *[name =~ /^(?i)Casa do Povo .*/][building][building != civic], |
| 367 | | *[name =~ /^(?i)Estação (de Comboios|Ferroviária|(da)? CP|(dos )?Caminhos de Ferro) .*/][building][building != train_station], |
| 368 | | *[name =~ /^(?i)(K|Qu)iosque .*/][building][building != kiosk], |
| 369 | | *[name =~ /^(?i)(Cabine|Posto de Transformador) ((da )? EDP).*/][building][building != transformer_tower], |
| 370 | | *[name =~ /^(?i)Sapateiro/][craft][craft != shoemaker], |
| 371 | | *[name =~ /^(?i)Serração/][craft][craft != sawmill], |
| 372 | | *[name =~ /^(?i)Carpint(eiro|aria)/][craft][craft != carpenter], |
| 373 | | *[name =~ /^(?i)Ferreiro/][craft][craft != blacksmith], |
| 374 | | *[name =~ /^(?i)Eletricista/][craft][craft != electrician], |
| 375 | | *[name =~ /^(?i)Serralh(eiro|aria)/][craft][craft != metal_construction], |
| 376 | | *[name =~ /^(?i)(Picheleiro|Canalisador)/][craft][craft != plumber], |
| 377 | | *[name =~ /^(?i)Ferragens/][shop][shop != hardware], |
| 378 | | *[name =~ /^(?i)Pint(or|uras)/][craft][craft != painter], |
| 379 | | *[name =~ /^(?i)Catt?ering/][craft][craft != caterer], |
| 380 | | *[name =~ /^(?i)(Construçáo Naval|(Construtor(es)?|Estaleiros?) Nava(l|is))/][craft][craft != boatbuilder], |
| 381 | | *[name =~ /^(?i)sucat(a|eiro)/][industrial][industrial != auto_wrecker], |
| 382 | | *[name =~ /^(?i)(Supermercado|Hipermercado|Minimercado) .*/][building][building != supermarket] { |
| 383 | | throwWarning: tr("PT2- {0} provavelmente deveria ser {1}", "{2.key}", "{2.value}"); |
| 384 | | fixAdd: "{2.key}={2.value}"; |
| 385 | | } |
| 386 | | |
| 387 | | |
| 388 | | |
| 389 | | |
| 390 | | |
| 391 | | |
| 392 | | |
| 393 | | |
| 394 | | |
| 395 | | |
| 396 | | |
| | 375 | *[name =~ /(?i)\bHelipo[rn]to?\b/][aeroway != helipad], |
| | 376 | *[name =~ /^(?i)Sub-?estação .*/][power != substation], |
| | 377 | *[name =~ /^(?i)(Centro|Pavilhão|Parque) de Exposições/][amenity != exhibition_centre], |
| | 378 | *[name =~ /^(?i)(Centro|Pavilhão|Parque) de (Convenções|Congressos)/][amenity != convention_centre], |
| | 379 | *[name =~ /^(?i)(Centro|Pavilhão) Comunitário/][amenity != community_centre], |
| | 380 | *[name =~ /^(?i)(Hospital|Centro Hospitalar|Centro (de )?Saúde) .*/][building != hospital], |
| | 381 | *[name =~ /^(?i)(Universidade|Faculdade) .*/][building != university], |
| | 382 | *[name =~ /^(?i)(Escola|Conservatório) .*/][building != school], |
| | 383 | *[name =~ /^(?i)(Aparthotel|Hotel|Residencial|Pensão) .*/][building != hotel], |
| | 384 | *[name =~ /(?i)\bMotel\b/][tourism != motel], |
| | 385 | *[name =~ /(?i)(Restaurante?|Petis(cos|queira|\bTasc[ao]\b))/][amenity != restaurant], |
| | 386 | *[name =~ /(?i)\bMuseu?\b/][tourism != museum], |
| | 387 | *[name =~ /(?i)\bBiblioteca?\b/][amenity != library], |
| | 388 | *[name =~ /(?i)\bPadandaria\b/][shop != bakery], |
| | 389 | *[name =~ /(?i)\bTalho\b/][shop != butcher], |
| | 390 | *[name =~ /(?i)\bSapataria\b/][shop != shoes], |
| | 391 | *[name =~ /(?i)\b(Joalh[ae]ria|Ourives|Pandora)\b/][shop != jewelry], |
| | 392 | *[name =~ /(?i)\b(Cabeleireir[ao]|Barbe(iro|aria))\b/][shop != hairdresser], |
| | 393 | *[name =~ /(?i)\bCentro de Cópias\b/][shop != copyshop], |
| | 394 | *[name =~ /(?i)\bPeixaria\b/][shop != seafood], |
| | 395 | *[name =~ /(?i)\bLoja de Tecidos\b/][shop != fabric], |
| | 396 | *[name =~ /(?i)\bInformática\b/][shop != computer], |
| | 397 | *[name =~ /(?i)\b(Salão de Beleza|Nails|Manicure|Pedicure)\b/][shop != beauty], |
| | 398 | *[name =~ /(?i)\b(Body Shop|Boticário)\b/][shop != cosmetics], |
| | 399 | *[name =~ /(?i)\bRelógios\b/][shop != watches], |
| | 400 | *[name =~ /(?i)\b(Decoraç(ão|ões)|Zara Home)\b/][shop != interior_decoration], |
| | 401 | *[name =~ /(?i)\bArmazém\b/][building != warehouse], |
| | 402 | *[name =~ /(?i)\bFlorista\b/][shop != florist], |
| | 403 | *[name =~ /(?i)\bViveiros\b/][landuse != plant_nursery], |
| | 404 | *[name =~ /(?i)\bFloresta\b/][landuse != forest], |
| | 405 | *[name =~ /(?i)\bAterro\b/][landuse != landfill], |
| | 406 | *[name =~ /(?i)\bPedreira\b/][landuse != quarry], |
| | 407 | *[name =~ /(?i)\bSalinas?\b/][landuse != salt_pond], |
| | 408 | *[name =~ /(?i)\bVinha\b/][landuse != vineyard], |
| | 409 | *[name =~ /(?i)\b(Lavandaria|5 a sec)\b/][shop != laundry], |
| | 410 | *[name =~ /^(?i)Tabacaria/][shop != tobacco], |
| | 411 | *[name =~ /^(?i)Loja de Animais/][shop != pet], |
| | 412 | *[name =~ /^(?i)(videoclube|clube de video)/][shop != video], |
| | 413 | *[name =~ /^(?i)intrumentos musicais/][shop != musical_instrument], |
| | 414 | *[name =~ /^(?i)Galeria de Arte/][shop != art], |
| | 415 | *[name =~ /^(?i)Artigos Desportivos/][shop != sports], |
| | 416 | *[name =~ /^(?i)(Loja de Caça|Artigos (de |para )? Caça|\bCaça\b)/][shop != hunting], |
| | 417 | *[name =~ /^(?i)(Loja de Pesca|Artigos (de |para )? Pesca|\bPesca\b)/][shop != fishing], |
| | 418 | *[name =~ /(?i)\b(Stande?|Automóveis)\b/][shop != car], |
| | 419 | *[name =~ /^(?i)Peças (de |para )? Auto/][shop != car_parts], |
| | 420 | *[name =~ /(?i)Iluminação/][shop != lamps], |
| | 421 | *[name =~ /^(?i)\bGela(taria|dos)\b/][shop != ice_cream], |
| | 422 | *[name =~ /^(?i)\b(Tipografia|Gráfica|Serigrafia)\b/][amenity != printer], |
| | 423 | *[name =~ /^(?i)\bRetrosaria\b/][shop != sewing], |
| | 424 | *[name =~ /^(?i)(Telemóve(l|is)|The Phone House|Ensitel|Worten Mobile|\bMEO\b|\bNOS\b|Vodafone)/][shop != mobile_phone], |
| | 425 | *[name =~ /^(?i)\b(Móveis|Moviflor)/][shop != furniture], |
| | 426 | *[name =~ /^(?i)Antiguidades/][shop != antiques], |
| | 427 | *[name =~ /^(?i)Materia(is|l) (de |para )? Contrução/][shop != antiques], |
| | 428 | *[name =~ /^(?i)\bTintas\b/][shop != paint], |
| | 429 | *[name =~ /^(?i)Material Elétrico/][shop != electrical], |
| | 430 | *[name =~ /^(?i)Viveiros/][shop != garden_centre], |
| | 431 | *[name =~ /^(?i)Ferragens/][shop != hardware], |
| | 432 | *[name =~ /^(?i)Tatuage(m|ns)/][shop != tattoo], |
| | 433 | *[name =~ /^(?i)Perfum(aria|es)/][shop != perfumery], |
| | 434 | *[name =~ /^(?i)([ÓO]p?tica|Instituto Óptico|Multiopticas|Optivisão)/][shop != optician], |
| | 435 | *[name =~ /^(?i)\bEr[óo]tic[oa]/][shop != erotic], |
| | 436 | *[name =~ /^(?i)(2ª Mão|Segunda Mão|Artigos Usados)/][shop != second_hand], |
| | 437 | *[name =~ /^(?i)Loja de Tecidos/][shop != fabric], |
| | 438 | *[name =~ /^(?i)\b(Roupas?|Pronto[- ]a[- ]Vestir)\b/][shop != clothes], |
| | 439 | *[name =~ /^(?i)\b(Bershka|Cortefiel|Foreva|Gant|Hugo Boss|Lanidor|Mango|Massimo Dutti|Pull and Bear|RockPort|Sacoor|Springfield|Tiffosi|Tommy Hilfiger|United Colors of Benetton|Zara)\b/][shop != clothes], |
| | 440 | *[name =~ /^(?i)\b(Malas?|Paco Martinez)\b/][shop != bag], |
| | 441 | *[name =~ /^(?i)\b(Brinquedos|Imaginarium)\b/][shop != toys], |
| | 442 | *[name =~ /^(?i)(Livraria|Bertrand)/][shop != books], |
| | 443 | *[name =~ /^(?i)\bB[ée]b[ée]\b/][shop != baby_goods], |
| | 444 | *[name =~ /^(?i)\bVinhos?\b/][shop != wine], |
| | 445 | *[name =~ /^(?i)\b(Tapeçaria|Carpete)s?\b/][shop != carpet], |
| | 446 | *[name =~ /^(?i)(\bFrutas?\b|Frutaria|Legumes)/][shop != greengrocer], |
| | 447 | *[name =~ /^(?i)Gourmet/][shop != deli], |
| | 448 | *[name =~ /^(?i)Conveniência/][shop != convenience], |
| | 449 | *[name =~ /^(?i)(Bebidas|Garrafeira)/][shop != beverages], |
| | 450 | *[name =~ /^(?i)Pneus/][shop != tyres], |
| | 451 | *[name =~ /^(?i)Metere?ol[óo][gj]ica/][man_made != monitoring_station], |
| | 452 | *[name =~ /^(?i)Chamin[ée]/][man_made != chimney], |
| | 453 | *[name =~ /^(?i)pipeline/][man_made != pipeline], |
| | 454 | *[name =~ /^(?i)\bSilos?\b/][man_made != silo], |
| | 455 | *[name =~ /^(?i)Moinhos? (de |a |movido a |d')?[ÁA]gua/][man_made != watermill], |
| | 456 | *[name =~ /^(?i)Moinhos? (de |a |movido a |d')?Vento/][man_made != windmill], |
| | 457 | *[name =~ /(?i)\b(E\.?T\.?A\.?R\.?|Estação de Tratamento de Águas Residuais)\b/][man_made != wastewater_plant], |
| | 458 | *[name =~ /^(?i)Castelo/][historic != castle], |
| | 459 | *[name =~ /^(?i)\bForte\b/][historic != fort], |
| | 460 | *[name =~ /^(?i)memorial/][historic != memorial], |
| | 461 | *[name =~ /^(?i)Mosteiro/][historic != monastery], |
| | 462 | *[name =~ /^(?i)monumento/][historic != monument], |
| | 463 | *[name =~ /^(?i)t[úu]mulo/][historic != tomb], |
| | 464 | *[name =~ /^(?i)alminhas/][historic != wayside_shrine], |
| | 465 | *[name =~ /^(?i)pelourinho/][historic != pillory], |
| | 466 | *[name =~ /^(?i)(miradouro|Vista Panorâmica)/][tourism != viewpoint], |
| | 467 | *[name =~ /^(?i)hostel/][tourism != hostel], |
| | 468 | *[name =~ /^(?i)parque (de )campismo/][tourism != camp_site], |
| | 469 | *[name =~ /(?i)((Centro|Escola) de Formação|Seminário)/][amenity != school], |
| | 470 | *[name =~ /(?i)Seguros/][office != insurance], |
| | 471 | *[name =~ /(?i)\b(Centro Comercial|Shopp?ing Cent(er|re))\b/][shop != mall], |
| | 472 | *[name =~ /(?i)\bDroguaria\b/][shop != chemist], |
| | 473 | *[name =~ /(?i)\b(Represa|Açude)\b/][waterway != weir], |
| | 474 | *[name =~ /(?i)\b(Queda de Água|Cascata|Catarata)s?\b/][waterway != waterfall], |
| | 475 | *[name =~ /(?i)\bRio\b/][waterway != river], |
| | 476 | *[name =~ /(?i)\bRibeir[oa]\b/][waterway != stream], |
| | 477 | *[name =~ /(?i)\bCanal\b/][waterway != canal], |
| | 478 | *[name =~ /^(?i)Barragem\b/][waterway != dam], |
| | 479 | *[name =~ /^(?i)Albufeira\b/][waterway != reservoir], |
| | 480 | *[name =~ /(?i)\b((Agência de )?Viagens|Top Atlântico)\b/][shop != travel_agency], |
| | 481 | *[name =~ /(?i)\bBanco\b/][amenity != bank], |
| | 482 | *[name =~ /(?i)\b((Caixa\s)?ATM|Caixa Multi-?Banco|MB)\b/][amenity != atm], |
| | 483 | *[name =~ /(?i)\bPapelaria\b/][shop != stationery], |
| | 484 | *[name =~ /^(?i)(K|Qu)iosque .*/][shop != kiosk], |
| | 485 | *[name =~ /(?i)\b(Agência\s)?Funerária\b/][shop != funeral_directors], |
| | 486 | *[name =~ /(?i)\bPraia\b/][natural != beach], |
| | 487 | *[name =~ /(?i)\b(Clínica Veterinária|Veterinário)\b/][amenity != veterinary], |
| | 488 | *[name =~ /(?i)\b(Clínica Dentária|Dentista)\b/][amenity != dentist], |
| | 489 | *[name =~ /(?i)\b(CTT|Correios)\b/][amenity != post_office], |
| | 490 | *[name =~ /(?i)\bBombeiros\b/][amenity != fire_station], |
| | 491 | *[name =~ /(?i)\b(Polícia|G\.?N\.?R\.?|P\.?S\.?P\.?)\b/][amenity != police], |
| | 492 | *[name =~ /(?i)\b(Prisão|Prisional)\b/][amenity != prison], |
| | 493 | *[name =~ /(?i)\b(Embaixada|Consulado)\b/][amenity != embassy], |
| | 494 | *[name =~ /(?i)\bTeatro\b/][amenity != theatre], |
| | 495 | *[name =~ /(?i)\b(Cinema|Lusomundo)\b/][amenity != cinema], |
| | 496 | *[name =~ /^(?i)Café\b/][amenity != cafe], |
| | 497 | *[name =~ /^(?i)Parque de Campismo\b/][amenity != camp_site], |
| | 498 | *[name =~ /(?i)\b(Pousada|hostel)\b/][amenity != hostel], |
| | 499 | *[name =~ /(?i)\bCemitério\b/][landuse != cemetery], |
| | 500 | *[name =~ /^(?i)Capela .*/][building != chapel], |
| | 501 | *[name =~ /^(?i)Igreja .*/][building != church], |
| | 502 | *[name =~ /^(?i)Catedral .*/][building != cathedral], |
| | 503 | *[name =~ /^(?i)Mesqita .*/][building != mosque], |
| | 504 | *[name =~ /^(?i)Sinagoga .*/][building != synagogue], |
| | 505 | *[name =~ /^(?i)Casa do Povo .*/][building != civic], |
| | 506 | *[name =~ /^(?i)Sapateiro/][craft != shoemaker], |
| | 507 | *[name =~ /^(?i)Serração/][craft != sawmill], |
| | 508 | *[name =~ /^(?i)Carpint(eiro|aria)/][craft != carpenter], |
| | 509 | *[name =~ /^(?i)Ferreiro/][craft != blacksmith], |
| | 510 | *[name =~ /^(?i)Eletricista/][craft != electrician], |
| | 511 | *[name =~ /^(?i)Serralh(eiro|aria)/][craft != metal_construction], |
| | 512 | *[name =~ /^(?i)(Picheleiro|Canalisador)/][craft != plumber], |
| | 513 | *[name =~ /^(?i)Pint(or|uras)/][craft != painter], |
| | 514 | *[name =~ /^(?i)(Alfaiate|Costureira)/][craft != tailor], |
| | 515 | *[name =~ /^(?i)Catt?ering/][craft != caterer], |
| | 516 | *[name =~ /^(?i)(Construçáo Naval|(Construtor(es)?|Estaleiros?) Nava(l|is))/][craft != boatbuilder], |
| | 517 | *[name =~ /^(?i)Espírita/][denomination != spiritist], |
| | 518 | *[name =~ /^(?i)Adventista/][denomination != seventh_day_adventist], |
| | 519 | *[name =~ /^(?i)Anglicana/][denomination != anglican], |
| | 520 | *[name =~ /^(?i)Igreja Bap?tista/][denomination != baptist], |
| | 521 | *[name =~ /^(?i)Evangélica/][denomination != evangelical], |
| | 522 | *[name =~ /^(?i)Metodista/][denomination != methodist], |
| | 523 | *[name =~ /^(?i)M[óo]rmon/][denomination != mormon], |
| | 524 | *[name =~ /^(?i)Testemunhas de Jeová/][denomination != jehovahs_witness], |
| | 525 | *[name =~ /^(?i)sucat(a|eiro)/][industrial != auto_wrecker], |
| | 526 | *[name =~ /^(?i)Discoteca/][amenity != nightclub], |
| | 527 | *[name =~ /^(?i)\b(W\.?C\.?|Casas?(de )? Banho)\b/][amenity != toilets], |
| | 528 | *[name =~ /^(?i)\bCoreto\b/][leisure != bandstand], |
| | 529 | *[name =~ /^(?i)(Centro )?((de )?Inspec?ção|Inspec?tor|Inspec?ção (Periódica )?de Veículos|)/][amenity != vehicle_inspection], |
| | 530 | *[name =~ /^(?i)\b(Elec?trodomésticos|Rádio Popular|Worten|MediaMarkt)/][shop != electronics], |
| | 531 | *[name =~ /^(?i)\b(Izi Build|\bAki\b)/][shop != doityourself], |
| | 532 | *[name =~ /^(?i)Staples/][shop != stationery], |
| | 533 | *[name =~ /(Loja (Social|Solid[áa]ria)|EMA[ÚU]S|\bREMAR\b)/][shop != charity], |
| | 534 | *[name =~ /^(?i)\b(Corte Ingl[êe]s|FNAC|IKEA)\b/][shop != department_store], |
| | 535 | *[name =~ /^(?i)\b(Pingo Doce|Minipreço|Continente|\bModelo\b|\bJumbo\b|Carrefour|Pão de Açúcar|E\.Leclerc|Intermarché|Hipermercado|Supermercado|mini[- ]?mercado|Mercearia)\b/][shop != supermarket], |
| | 536 | *[name =~ /^(?i)\b(Recheio|Makro|António Teixeira Lopes)\b/][shop != wholesale], |
| | 537 | *[name =~ /^(?i)\b(Decathlon|Sport Zone)\b/][shop != sports] { |
| | 538 | throwWarning: tr("PT2- shop provavelmente deveria ser {1}", "{1.key}", "{1.value}"); |
| | 539 | fixAdd: "{1.key}={1.value}"; |
| | 540 | } |
| | 541 | way[highway][!bridge][name =~ /^Ponte/] { |
| | 542 | throwWarning: tr("PT2-Nome Ponte mas sem etiqueta de ponte"); |
| | 543 | fixAdd: "bridge=yes"; |
| | 544 | fixAdd: "layer=1"; |
| | 545 | } |
| | 546 | *[name =~ /^(Quebra-mar|Pontão)/] [!man_made=breakwater] { |
| | 547 | throwWarning: tr("PT2-Pontão deve ter etiqueta man_made=breakwater"); |
| | 548 | fixAdd: "man_made=breakwater"; |
| | 549 | } |
| | 550 | *[name =~ /^Igreja Matriz/] [building != church], |
| | 551 | *[name =~ /^Igreja Matriz/] [religion != christian], |
| | 552 | *[name =~ /^Igreja Matriz/] [denomination != roman_catholic] { |
| | 553 | throwWarning: tr("PT2-Igreja Matriz deve ter building=church religion=christian e denomination=roman_catholic"); |
| | 554 | fixAdd: "building=church"; |
| | 555 | fixAdd: "religion=christian"; |
| | 556 | fixAdd: "denomination=roman_catholic"; |
| | 557 | } |
| | 558 | *[name =~ /^Capela/] [building != chapel], |
| | 559 | *[name =~ /^Capela/] [religion != christian], |
| | 560 | *[name =~ /^Capela/] [denomination != roman_catholic] { |
| | 561 | throwWarning: tr("PT2-Capela deve ter building=chapel religion=christian e denomination=roman_catholic"); |
| | 562 | fixAdd: "building=chapel"; |
| | 563 | fixAdd: "religion=christian"; |
| | 564 | fixAdd: "denomination=roman_catholic"; |
| | 565 | } |
| 540 | | |
| 541 | | |
| 542 | | |
| 543 | | |
| 544 | | |
| 545 | | |
| 546 | | |
| | 709 | *[name =~ /(?i)(Take( -)?A( -)?way)/][takeaway != yes] { |
| | 710 | throwWarning: tr("PT2-Restaurantes Take a Way devem ter takeaway=yes Se forem apenas para take a way adicionar takeaway=only"); |
| | 711 | fixAdd: "takeaway=yes"; |
| | 712 | } |
| | 713 | *[name =~ /(?i)Pizz?a(ria|s)/][cuisine != pizza] { |
| | 714 | throwWarning: tr("PT2-Pizzarias devem ter cuisine=pizza"); |
| | 715 | fixAdd: "cuisine=pizza"; |
| | 716 | fixAdd: "amenity=restaurant"; |
| | 717 | } |
| | 718 | *[name =~ /(?i)Churras(caria|queira|co)/][cuisine != barbecue] { |
| | 719 | throwWarning: tr("PT2-Churrasqueiras devem ter cuisine=barbecue"); |
| | 720 | fixAdd: "cuisine=barbecue"; |
| | 721 | fixAdd: "amenity=restaurant"; |
| | 722 | } |
| | 723 | *[name =~ /(?i)kebab/][cuisine != kebab] { |
| | 724 | throwWarning: tr("PT2-Restaurantes kebab devem ter cuisine=kebab"); |
| | 725 | fixAdd: "cuisine=kebab"; |
| | 726 | fixAdd: "amenity=restaurant"; |
| | 727 | } |
| | 728 | *[name =~ /(?i)\bSopas?\b/][cuisine != soup] { |
| | 729 | throwWarning: tr("PT2-Restaurantes de sopas devem ter cuisine=soup"); |
| | 730 | fixAdd: "cuisine=soup"; |
| | 731 | fixAdd: "amenity=restaurant"; |
| | 732 | } |
| | 733 | *[name =~ /(?i)Marisqueira/][cuisine != fish] { |
| | 734 | throwWarning: tr("PT2-Marisqueiras devem ter cuisine=fish"); |
| | 735 | fixAdd: "cuisine=fish"; |
| | 736 | fixAdd: "amenity=restaurant"; |
| | 737 | } |
| | 738 | *[name =~ /(?i)\bSandes?\b/][cuisine != sandwich] { |
| | 739 | throwWarning: tr("PT2-Restaurantes de sandes devem ter cuisine=sandwich"); |
| | 740 | fixAdd: "cuisine=sandwich"; |
| | 741 | fixAdd: "amenity=restaurant"; |
| | 742 | } |
| | 743 | node[place] < way { |
| | 744 | throwWarning: tr("PT2-Locais não devem estar ligados a linhas"); |
| | 745 | } |
| | 746 | *[name =~ /(?i)(Repara(ção|ções|dor|dores) (de )? Auto(móveis)?)/][shop != car_repair] { |
| | 747 | throwWarning: tr("PT2-Reparadoes de Automóveis devem ter shop=car_repair"); |
| | 748 | fixAdd: "shop=car_repair"; |
| | 749 | } |
| | 750 | *[name =~ /(?i)Lavagem/][amenity != car_wash] { |
| | 751 | throwWarning: tr("PT2-Locais de Lavagem de Automóveis devem ter amenity=car_wash"); |
| | 752 | fixAdd: "amenity=car_wash"; |
| | 753 | } |
| | 754 | *[name =~ /(?i)Park Meter/][amenity != vending_machine] { |
| | 755 | throwWarning: tr("PT2-Máquinas de venda de parque de estacionamento devem ter amenity=vending_machine e vending=parking_tickets"); |
| | 756 | fixAdd: "amenity=vending_machine"; |
| | 757 | fixAdd: "vending=parking_tickets"; |
| | 758 | } |
| | 759 | *[name =~ /(?i)\b(ZON|MEO|Cabovisão)\b/][office != telecommunication] { |
| | 760 | throwWarning: tr("PT2-Verificar: se for loja de telecomunicações dever ter office=telecommunication e function=retail"); |
| | 761 | fixAdd: "office=telecommunication"; |
| | 762 | fixAdd: "function=retail"; |
| | 763 | } |
| | 764 | *[name =~ /(?i)\b(Açoreana|Aegon|Allianz|AXA|Bonança|Fidelidade|Generali|Groupama|Liberty|Mapfre|Médis|Multicare|Tranquilidade|Zurich)\b/][office != insurance] { |
| | 765 | throwWarning: tr("PT2-Seguradoras e Mediadores de Seguros devem ter office=insurance"); |
| | 766 | fixAdd: "office=insurance"; |
| | 767 | } |
| | 768 | *[name =~ /^(?i)(Cabine|Posto de Transformador) ((da )? EDP).*/][building != transformer_tower], |
| | 769 | *[name =~ /^(?i)(Cabine|Posto de Transformador) ((da )? EDP).*/][power != substation], |
| | 770 | *[name =~ /^(?i)(Cabine|Posto de Transformador) ((da )? EDP).*/][substation != minor_distribution], |
| | 771 | *[building = transformer_tower] [power != substation], |
| | 772 | *[building = transformer_tower] [substation != minor_distribution] { |
| | 773 | throwWarning: tr("PT2-Cabines da EDP devem ter building=transformer_tower power=substation e substation=minor_distribution"); |
| | 774 | fixAdd: "building=transformer_tower"; |
| | 775 | fixAdd: "power=substation"; |
| | 776 | fixAdd: "substation=minor_distribution"; |
| | 777 | } |
| | 778 | *[name =~ /^(?i)Estação (de Comboios|Ferroviária|(da)? CP|(dos )?Caminhos de Ferro) .*/][building != train_station], |
| | 779 | *[name =~ /^(?i)Estação (de Comboios|Ferroviária|(da)? CP|(dos )?Caminhos de Ferro) .*/][public_transport != station] { |
| | 780 | throwWarning: tr("PT2-Estação de Comboios sem building=train_station ou public_transport=station"); |
| | 781 | fixAdd: "building=train_station"; |
| | 782 | fixAdd: "public_transport=station"; |
| | 783 | } |
| | 784 | *[name =~ /(?i)((Encerr|Fech)(ou|ado)|Desocupad[ao])/], |
| | 785 | *[description =~ /(?i)((Encerr|Fech)(ou|ado)|Desocupad[ao])/], |
| | 786 | *[note =~ /(?i)((Encerr|Fech)(ou|ado)|Desocupad[ao])/], |
| | 787 | *[designation =~ /(?i)((Encerr|Fech)(ou|ado)|Desocupad[ao])/] { |
| | 788 | throwWarning: tr("PT2-Estabelecimentos encerrados devem ter disused:shop=yes ou disused:amenity=bar..."); |
| | 789 | } |
| | 790 | *[name =~ /(?i)(Abandon(ad[ao]|o)|Degrada(d[ao]|ção))/], |
| | 791 | *[description =~ /(?i)(Abandon(ad[ao]|o)|Degrada(d[ao]|ção))/], |
| | 792 | *[note =~ /(?i)(Abandon(ad[ao]|o)|Degrada(d[ao]|ção))/], |
| | 793 | *[designation =~ /(?i)(Abandon(ad[ao]|o)|Degrada(d[ao]|ção))/] { |
| | 794 | throwWarning: tr("PT2-Edifícios degradados devem ter abandoned:building=yes ou abandoned:shop=yes..."); |
| | 795 | } |
| | 796 | *[name =~ /(?i)((Equipamentos?|Materia(is|l)) Hospitalar|instrumentos médicos)/] [shop != medical_supply], |
| | 797 | *[description =~ /(?i)((Equipamentos?|Materia(is|l)) Hospitalar|instrumentos médicos)/] [shop != medical_supply], |
| | 798 | *[note =~ /(?i)((Equipamentos?|Materia(is|l)) Hospitalar|instrumentos médicos)/] [shop != medical_supply], |
| | 799 | *[designation =~ /(?i)((Equipamentos?|Materia(is|l)) Hospitalar|instrumentos médicos)/] [shop != medical_supply] { |
| | 800 | throwWarning: tr("PT2-Edifícios degradados devem ter abandoned:building=yes ou abandoned:shop=yes..."); |
| | 801 | fixAdd: "shop=medical_supply"; |
| | 802 | } |
| | 803 | *[name =~ /(?i)Noiv[ao]s/] [shop = clothes] [!clothes] { |
| | 804 | throwWarning: tr("PT2-Lojas de roupa para noivas devem ter clothes=wedding"); |
| | 805 | fixAdd: "clothes=wedding"; |
| | 806 | } |
| | 807 | *[name =~ /(?i)\b(Zara Kids|Lanidor J[úu]nior|Roupa (de )?Criança)\b/] [shop = clothes] [!clothes] { |
| | 808 | throwWarning: tr("PT2-Lojas de roupa para crianças devem ter clothes=children"); |
| | 809 | fixAdd: "clothes=children"; |
| | 810 | } |
| | 811 | *[name =~ /(?i)\b(Salsa|Levi's|Levi Strauss|Pepe Jeans|Lee)\b/] [shop = clothes] [!clothes] { |
| | 812 | throwWarning: tr("PT2-Lojas de jeans devem ter clothes=denim"); |
| | 813 | fixAdd: "clothes=denim"; |
| | 814 | } |
| | 815 | *[name =~ /(?i)\b(lingerie|women'secret|Calzedonia|Intimissimi)?\b/] [shop = clothes] [!clothes] { |
| | 816 | throwWarning: tr("PT2-Lojas de roupa interior,meias... devem ter clothes=underwear"); |
| | 817 | fixAdd: "clothes=underwear"; |
| | 818 | } |
| | 819 | *["addr:country"]["addr:country" != /^PT$/] { |
| | 820 | throwWarning: tr("PT2-O país na morada deve ter o código PT"); |
| | 821 | fixAdd: "addr:country=PT"; |
| | 822 | } |