OSM stuff by Dave.
My state offers statewide parcel data but only in a ShapeFile format. Here's how I got it it a JOSM-friendly format.
- Download shapefile zip file from https://maps.sco.wisc.edu/Parcels/. Use the county-level downloads.
- Map Shaper UI Steps
- Upload the zip
- In its console run
proj wgs84
. The original file is in the EPSG:3071 format which JOSM does not support - Export to a GeoJSON file (might need to rename the extension to .geojson)
- Map Shaper Console alternative
- mapshaper .\V900_Wisconsin_Parcels_OZAUKEE_SHP.zip -proj wgs84 -o format=geojson foo.geojson