NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi!

I'm working on an android application where I want to plot my data in an OSM view. The data I want to plot is in EPSG 3857 but the OSM only wants it in EPSG 4326. Is it a way I can set the OSM in the android app (working with JAVA) to use EPSG 3857?

asked 12 Jul '18, 07:07

LeeMap's gravatar image

LeeMap
21112
accept rate: 0%

edited 16 Jul '18, 18:19

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

3

What Android framework/library are you using to display the map?

(12 Jul '18, 12:53) Richard ♦

The gdal library is a great way to reproject data, and it looks like there are ways to use it with Java. I don't know Java, but maybe this might give you a starting point? https://www.programcreek.com/java-api-examples/?api=org.gdal.gdal.Driver

(12 Jul '18, 15:18) neuhausr
2

I'm using osmbonuspack 5.8 and omsdroid 5.2.

(16 Jul '18, 07:03) LeeMap

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×181
×113
×76
×20

question asked: 12 Jul '18, 07:07

question was seen: 1,717 times

last updated: 16 Jul '18, 18:19

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum