Skip to content
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

Coordinate projections #1329

Open
OutrightHosting opened this issue Jan 30, 2025 · 8 comments
Open

Coordinate projections #1329

OutrightHosting opened this issue Jan 30, 2025 · 8 comments

Comments

@OutrightHosting
Copy link

MapLibre doesn’t currently support alternative coordinate projections, it’s been on the Road map for a long time! It would be very helpful to support alternative projections for maps that aren’t available in EPSG:3857

Describe the solution you'd like
This looks like it could be a good interim solution -https://github.com/bwswedberg/maplibre-gl-raster-reprojection

Describe alternatives you've considered
Only options available are external to Traccar like proxies which cause slow loading etc

@OutrightHosting OutrightHosting changed the title Coordinate a projections Coordinate projections Jan 30, 2025
@tananaev
Copy link
Member

What are the use cases you need it for?

@OutrightHosting
Copy link
Author

Personally OSGB EPSG:27700

& I know there are others with similar requests

https://www.traccar.org/forums/topic/custom-map-coordinate-conversion/

@tananaev
Copy link
Member

By use case I mean the reason you need it.

@OutrightHosting
Copy link
Author

We run asset & personal tracking in remote outdoor areas of the UK. Ordnance Survey is the best mapping available but the outdoor maps are only available in EPSG:27700.

We used proj4 on the V4 version of traccar but can't on the modern version.

OS is implemented into traccar, but the map tiles available in EPSG:3857 doesn't offer the same level of detail.

@tananaev
Copy link
Member

Could you give an example where there's no same level of details. And the tile sources you're using.

@OutrightHosting
Copy link
Author

Examples below same zoom level, same location, hopefully you can see the difference in detail, paths, contours etc.

1 - OS Maps Leisure EPSG:27700 1:25,000
image

2 - OS Maps Standard EPSG:3857
image

Data would come from the os data hub - maps api

https://osdatahub.os.uk/docs/wmts/technicalSpecification

@tananaev
Copy link
Member

Looks like Leisure is the only style that's not available in EPSG:3857:

https://docs.os.uk/os-apis/accessing-os-apis/os-maps-api/layers-and-styles

Sounds like a corner case of a corner case.

@OutrightHosting
Copy link
Author

Correct, but a massive part of UK mapping, and would open up options for other map tiles only available in non EPSG:3857 such as Yandex.

The OS maps api was also already implemented into Traccar so there is a use case/demand for UK specific tiles.

#1296

#947

#939

#366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants