Comparing version 2024.8.21 to 2024.10.21
{ | ||
"name": "tag2link", | ||
"version": "2024.8.21", | ||
"version": "2024.10.21", | ||
"description": "Formatter URLs for OpenStreetMap tags", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,2 +8,13 @@ # Tag2Link | ||
## Contributing | ||
### OSM Wiki Data | ||
1. Read [https://wiki.openstreetmap.org/wiki/Data\_items](https://wiki.openstreetmap.org/wiki/Data_items). | ||
2. Create the item (see [https://wiki.openstreetmap.org/wiki/Data\_items#Item\_creation\_process](https://wiki.openstreetmap.org/wiki/Data_items#Item_creation_process)). | ||
3. Input the standard information for the tag. Be as complete as possible please. Other software may use this information (such as for validation purposes). | ||
4. Add the `formatter url` (`P8`) property. | ||
5. Don't forget to add the [site link](https://wiki.openstreetmap.org/wiki/Special:SetSiteLink) (see #2 for details). | ||
6. Wait for the next update | ||
Example: [https://wiki.openstreetmap.org/wiki/Item:Q401](https://wiki.openstreetmap.org/wiki/Item:Q401) | ||
## Usage | ||
@@ -10,0 +21,0 @@ |
{ | ||
"compilerOptions": { | ||
"target": "ES2022", | ||
"module": "Node16", | ||
"moduleResolution": "node", | ||
"module": "nodenext", | ||
"moduleResolution": "nodenext", | ||
"sourceMap": true, | ||
@@ -7,0 +7,0 @@ "strictNullChecks": true |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
94761
15
3242
32