# Bake the pizza
echo "Building pizza.js"
browserify node_modules/geojsontoosm/index.js -d --s geos > public/js/pizza.js
When using the built version instead of a copy of a working (older one) at export to JOSM step we get an error. This library contains crucial code to transform the JSON layer format inside OpenLayers to an XML format that JOSM can parse.
So for the moment, we need to not build a new version. This should only be built at first deployment anyway.
When using the built version instead of a copy of a working (older one) at export to JOSM step we get an error. This library contains crucial code to transform the JSON layer format inside OpenLayers to an XML format that JOSM can parse.
So for the moment, we need to not build a new version. This should only be built at first deployment anyway.