Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.12] [Docs][Maps] Troublesooting common Mapes File Upload issues (#…
…174476) (#176042) # Backport This will backport the following commits from `main` to `8.12`: - [[Docs][Maps] Troublesooting common Mapes File Upload issues (#174476)](#174476) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jorge Sanz","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-01T09:27:25Z","message":"[Docs][Maps] Troublesooting common Mapes File Upload issues (#174476)\n\nFixes #135319\r\n\r\nAdds a new section to the\r\n[Troubleshooting](https://www.elastic.co/guide/en/kibana/current/maps-troubleshooting.html)\r\naddressing how to improve geospatial datasets locally before working\r\nwith Kibana Maps File Upload to increase the chances of a successful\r\noperation.\r\n\r\n* Converting a dataset into a GeoJSON or Shapefile with ogr2ogr\r\n* Transforming a dataset into WGS84 with ogr2ogr\r\n* Exploding a multigeometry dataset into parts with ogr2ogr\r\n* Reducing the precision of a dataset with ogr2ogr\r\n* Simplifying region datasets with mapshaper\r\n* Options to clean invalid geometries with ogr2ogr and mapshaper\r\n\r\n---------\r\n\r\nCo-authored-by: Nick Peihl <[email protected]>","sha":"9b5d040e5ecfa915cc80beebeac63179a6d82830","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","docs","backport:prev-minor","Feature:Maps","v8.13.0"],"title":"[Docs][Maps] Troublesooting common Mapes File Upload issues","number":174476,"url":"https://github.com/elastic/kibana/pull/174476","mergeCommit":{"message":"[Docs][Maps] Troublesooting common Mapes File Upload issues (#174476)\n\nFixes #135319\r\n\r\nAdds a new section to the\r\n[Troubleshooting](https://www.elastic.co/guide/en/kibana/current/maps-troubleshooting.html)\r\naddressing how to improve geospatial datasets locally before working\r\nwith Kibana Maps File Upload to increase the chances of a successful\r\noperation.\r\n\r\n* Converting a dataset into a GeoJSON or Shapefile with ogr2ogr\r\n* Transforming a dataset into WGS84 with ogr2ogr\r\n* Exploding a multigeometry dataset into parts with ogr2ogr\r\n* Reducing the precision of a dataset with ogr2ogr\r\n* Simplifying region datasets with mapshaper\r\n* Options to clean invalid geometries with ogr2ogr and mapshaper\r\n\r\n---------\r\n\r\nCo-authored-by: Nick Peihl <[email protected]>","sha":"9b5d040e5ecfa915cc80beebeac63179a6d82830"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174476","number":174476,"mergeCommit":{"message":"[Docs][Maps] Troublesooting common Mapes File Upload issues (#174476)\n\nFixes #135319\r\n\r\nAdds a new section to the\r\n[Troubleshooting](https://www.elastic.co/guide/en/kibana/current/maps-troubleshooting.html)\r\naddressing how to improve geospatial datasets locally before working\r\nwith Kibana Maps File Upload to increase the chances of a successful\r\noperation.\r\n\r\n* Converting a dataset into a GeoJSON or Shapefile with ogr2ogr\r\n* Transforming a dataset into WGS84 with ogr2ogr\r\n* Exploding a multigeometry dataset into parts with ogr2ogr\r\n* Reducing the precision of a dataset with ogr2ogr\r\n* Simplifying region datasets with mapshaper\r\n* Options to clean invalid geometries with ogr2ogr and mapshaper\r\n\r\n---------\r\n\r\nCo-authored-by: Nick Peihl <[email protected]>","sha":"9b5d040e5ecfa915cc80beebeac63179a6d82830"}}]}] BACKPORT--> Co-authored-by: Jorge Sanz <[email protected]>
- Loading branch information