<?xml version="1.0" encoding="UTF-8"?>
<rendertheme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" map-background="#fffcfa"
version="1" xmlns="http://opensciencemap.org/rendertheme"
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
<m closed="yes" k="room">
<!-- <m v="fence|wall|city_wall" zoom-min="15"> <line
stroke="#909090" width="0.1" cap="butt" /> </m> -->
<caption style="bold" fill="#000000" k="name" size="13" stroke="#ffffff" />
<area fill="#dbdbc9" stroke="#707070" stroke-width="1.0" />
</m>
</rendertheme>
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-dev+unsubscribe@googlegroups.com.
To post to this group, send email to mapsfo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mapsforge-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/8dc3260f-6c7e-e912-2d11-87f22e9aa1b2%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
With zoom in to 2m?
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-dev+unsubscribe@googlegroups.com.
To post to this group, send email to mapsfo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mapsforge-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/767e1666-ba42-eea0-03a5-11cdf9abb528%40gmail.com.
LatLong are clamp to accurately of 1E6.That's ~1.5m, or?
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-dev+unsubscribe@googlegroups.com.
To post to this group, send email to mapsfo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mapsforge-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/dc7ca990-a1c4-604d-3098-8e816bb85aed%40gmail.com.
osmconvert64.exe --fake-author --statistics testmap.osm -o=testmap_new.osm -v=2
bin\osmosis --rx file=data\testmap_new.osm --mapfile-writer file=testmap_new.map bbox=52.5259193,13.3135157,52.5265404,13.3144585 tag-conf-file=data\tags.xml
"All latitude and longitude coordinates are stored in microdegrees (degrees × 106)."
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-dev+unsubscribe@googlegroups.com.
To post to this group, send email to mapsfo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mapsforge-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/a9571d6f-9078-2bf5-49e0-a7d8475b6605%40gmail.com.
Joke aside, could this be a projection issue?
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-dev+unsubscribe@googlegroups.com.
To post to this group, send email to mapsfo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mapsforge-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/404c0b50-9358-3c36-8ec8-aa8cab5dc020%40gmail.com.
Why is it using 10^6(microdegrees) anyways? int can also store 10^7?