Name-suggestion-index: Clean up the police

Created on 1 Dec 2020  ·  3Comments  ·  Source: osmlab/name-suggestion-index

My favorite JSON in the project is currently

    {
      "displayName": "Police",
      "id": "police-d00fc1",
      "locationSet": {"include": ["001"]},
      "tags": {
        "amenity": "police",
        "operator": "Police"
      }
    },

but there are plenty of others similarly suspicious:

  • Police Nationale
  • Policía Nacional
  • Polizia (maybe false-positive? Limited to Italy, but there are more-specific options for Italy right there)
  • Several acronyms (e.g. PSP) suggested for 001

Most helpful comment

Actually _now_ my favorite JSON in the project is in post_offices.json...

    {
      "displayName": "???",
      "id": "d41d8c-91a3cc",
      "locationSet": {"include": ["001"]},
      "tags": {
        "amenity": "post_office",
        "brand": "???",
        "name": "???",
        "operator": "???"
      }
    },

All 3 comments

Actually _now_ my favorite JSON in the project is in post_offices.json...

    {
      "displayName": "???",
      "id": "d41d8c-91a3cc",
      "locationSet": {"include": ["001"]},
      "tags": {
        "amenity": "post_office",
        "brand": "???",
        "name": "???",
        "operator": "???"
      }
    },
 "displayName": "???",

haha I know, I saw that too.. ❓

"displayName": "???",

Is this not the Post Office brand created by the _Black Eyed Peas_ when they were asking where all the love was 👍

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Robot8A picture Robot8A  ·  7Comments

bhousel picture bhousel  ·  8Comments

tohaklim picture tohaklim  ·  7Comments

UKChris-osm picture UKChris-osm  ·  3Comments

Identitaet picture Identitaet  ·  5Comments