Skip to content

Commit

Permalink
Automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmock committed Feb 21, 2024
1 parent 5f8e731 commit 7953571
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
28 changes: 26 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
{
"key": "Key:contact:facebook",
"url": "https://www.messenger.com/t/$1",
"source": "wikidata:P3303",
"source": "wikidata:P1630",
"rank": "normal"
},
{
Expand Down Expand Up @@ -617,18 +617,36 @@
"source": "osmwiki:P8",
"rank": "normal"
},
{
"key": "Key:gnis:feature_id",
"url": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/$1",
"source": "osmwiki:P8",
"rank": "preferred"
},
{
"key": "Key:gnis:feature_id",
"url": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/$1",
"source": "wikidata:P1630",
"rank": "preferred"
},
{
"key": "Key:gnis:feature_id",
"url": "http://gnis-ld.org/lod/gnis/feature/$1",
"source": "osmwiki:P8",
"rank": "normal"
},
{
"key": "Key:gnis:feature_id",
"url": "http://gnis-ld.org/lod/gnis/feature/$1",
"source": "wikidata:P1630",
"rank": "normal"
},
{
"key": "Key:gnis:feature_id",
"url": "https://www.wikidata.org/w/index.php?search=haswbstatement%3A%22P590%3D$1%22&ns0=1&ns120=1",
"source": "osmwiki:P8",
"rank": "normal"
},
{
"key": "Key:GNS:id",
"url": "https://geonames.nga.mil/gn-ags/rest/services/RESEARCH/GIS_OUTPUT/MapServer/0/query?outFields=*&where=ufi+%3D+$1",
Expand Down Expand Up @@ -1213,7 +1231,7 @@
},
{
"key": "Key:panoramax",
"url": "https://panoramax.openstreetmap.fr/#focus=pic&pic=$1",
"url": "https://api.panoramax.xyz/#focus=pic&pic=$1",
"source": "osmwiki:P8",
"rank": "normal"
},
Expand Down Expand Up @@ -1697,6 +1715,12 @@
"source": "osmwiki:P8",
"rank": "normal"
},
{
"key": "Key:ref:IFOPT",
"url": "https://www.fahrplanauskunft-mv.de/vmvsl3plus/departureMonitor?formik=origin%3D$1&lng=en",
"source": "wikidata:P1630",
"rank": "normal"
},
{
"key": "Key:ref:INEP",
"url": "https://culturaeduca.cc/equipamento/escola_detalhe/$1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tag2link",
"version": "2024.02.08",
"version": "2024.02.21",
"description": "Formatter URLs for OpenStreetMap tags",
"keywords": [
"openstreetmap",
Expand Down
20 changes: 18 additions & 2 deletions taginfo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"data_format": 1,
"data_updated": "20240208T200000Z",
"data_updated": "20240221T080000Z",
"project": {
"name": "tag2link",
"description": "Formatter URLs for OpenStreetMap tags",
Expand Down Expand Up @@ -425,10 +425,22 @@
"key": "gnis:feature_id",
"description": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/$1"
},
{
"key": "gnis:feature_id",
"description": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/$1"
},
{
"key": "gnis:feature_id",
"description": "http://gnis-ld.org/lod/gnis/feature/$1"
},
{
"key": "gnis:feature_id",
"description": "http://gnis-ld.org/lod/gnis/feature/$1"
},
{
"key": "gnis:feature_id",
"description": "https://www.wikidata.org/w/index.php?search=haswbstatement%3A%22P590%3D$1%22&ns0=1&ns120=1"
},
{
"key": "GNS:id",
"description": "https://geonames.nga.mil/gn-ags/rest/services/RESEARCH/GIS_OUTPUT/MapServer/0/query?outFields=*&where=ufi+%3D+$1"
Expand Down Expand Up @@ -819,7 +831,7 @@
},
{
"key": "panoramax",
"description": "https://panoramax.openstreetmap.fr/#focus=pic&pic=$1"
"description": "https://api.panoramax.xyz/#focus=pic&pic=$1"
},
{
"key": "parish:wikipedia",
Expand Down Expand Up @@ -1141,6 +1153,10 @@
"key": "ref:hr:uzkb",
"description": "https://registar.kulturnadobra.hr/#/details/$1"
},
{
"key": "ref:IFOPT",
"description": "https://www.fahrplanauskunft-mv.de/vmvsl3plus/departureMonitor?formik=origin%3D$1&lng=en"
},
{
"key": "ref:INEP",
"description": "https://culturaeduca.cc/equipamento/escola_detalhe/$1"
Expand Down

0 comments on commit 7953571

Please sign in to comment.