-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
feat: insert shapefile mime types #88
base: main
Are you sure you want to change the base?
Conversation
feat: insert geopackage mime type I have inserted More information here. |
@CedrickArmel
Optional files : (includes but not limited to...)
|
Agree with @henigh. And from what I see, the media types to use for shapefiles are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typos. I don't understand why the CI actions didn't run. The build should have reported ther errors.
@ccamel Do you use an RDF/RDFS/OWL serializations linter should i install ? I haven't seen any lint requirements in the project. |
They are. See .github/workflows/lint.yml github CI workflows. But at least, your project must build: make build Additionally, a linter is present that checks the correct formatting of make lint-ttl However, right now it fails due to atextor/owl-cli#8. |
feat: insert shapefile mime types
I have inserted
application/x-shapefile
andapplication/x-gis
both MIME types for theshapefile
format (.shp
). The shapefile format is a geospatial vector data format for geographic information system (GIS) software.See more here.