We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideally we wouldn't check generated code (protobuf and OMT schema) into git and instead generate it on the fly as part of the maven build.
Related to #109
The text was updated successfully, but these errors were encountered:
scripts/regenerate-openmaptiles.sh should be easy with the formatting in #122.
scripts/regenerate-openmaptiles.sh
scripts/regenerate-protobuf.sh gives me an error:
scripts/regenerate-protobuf.sh
➜ planetiler git:(eclipse-formatter) ✗ scripts/regenerate-protobuf.sh + echo Regenerating... Regenerating... + protoc --java_out=planetiler-core/src/main/java/ planetiler-core/src/main/resources/vector_tile_proto.proto scripts/regenerate-protobuf.sh: line 5: protoc: command not found
Sorry, something went wrong.
With sudo apt install -y protobuf-compiler on ubuntu, I can also run the protobuf generation script.
sudo apt install -y protobuf-compiler
Successfully merging a pull request may close this issue.
Ideally we wouldn't check generated code (protobuf and OMT schema) into git and instead generate it on the fly as part of the maven build.
Related to #109
The text was updated successfully, but these errors were encountered: