This repository contains the code and base presets required to build the extended payment methods presets for JOSM and Vespucci. The presets are dynamically built from the OpenStreetMap wiki, specifically the payment:* page.
Downloads
APIs
Before being turned into presets, the scripts generate JSON structured tag lists for most payment categories, available below as APIs:
-
/api/v0.1/local_currencies.jsonπΈ Local currenciesView Data source Documentation JSON Schema
List of extracted πΈ local currencies (parts of LETS).
curl "https://everteal.codeberg.page/josm-extended-payment-methods-presets/api/v0.1/local_currencies.json" -
/api/v0.1/fuel_cards.jsonβ½ Fuel cardsView Data source Documentation JSON Schema
List of extracted β½ fuel cards. Used in gas stations.
curl "https://everteal.codeberg.page/josm-extended-payment-methods-presets/api/v0.1/fuel_cards.json" -
/api/v0.1/campus_cards.jsonπ Campus cardsView Data source Documentation JSON Schema
List of extracted π campus cards. Used inside and to shops related to its campus.
curl "https://everteal.codeberg.page/josm-extended-payment-methods-presets/api/v0.1/campus_cards.json" -
/api/v0.1/road_tolls.jsonπ£οΈ For road tollsView Data source Documentation JSON Schema
List of extracted π£οΈ road toll payment methods, like transponders, contactless smart cards, and license plate reading.
curl "https://everteal.codeberg.page/josm-extended-payment-methods-presets/api/v0.1/road_tolls.json" -
/api/v0.1/public_transports.jsonπ For public transportsView Data source Documentation JSON Schema
List of extracted π public transport payment methods, like types of tickets, contactless cards, and mobile apps. Used to pay fares for public transports.
curl "https://everteal.codeberg.page/josm-extended-payment-methods-presets/api/v0.1/public_transports.json"