Open a local mbtiles map in Mobile atlas creator “Mobac” Planned maintenance scheduled...
Autumning in love
Windows 10: How to Lock (not sleep) laptop on lid close?
What can I do if my MacBook isn’t charging but already ran out?
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
How to set letter above or below the symbol?
How to say 'striped' in Latin
Complexity of many constant time steps with occasional logarithmic steps
Who can trigger ship-wide alerts in Star Trek?
Single author papers against my advisor's will?
If I can make up priors, why can't I make up posteriors?
Fishing simulator
How many things? AとBがふたつ
Is 1 ppb equal to 1 μg/kg?
Unexpected result with right shift after bitwise negation
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
How do I automatically answer y in bash script?
Can a non-EU citizen traveling with me come with me through the EU passport line?
Statistical model of ligand substitution
What computer would be fastest for Mathematica Home Edition?
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Sorting inherited template fields
How does modal jazz use chord progressions?
Blender game recording at the wrong time
Open a local mbtiles map in Mobile atlas creator “Mobac”
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How can I use MOBAC atlases in GIS Software (e.g., QGis, uDig)How to use Custom map in MOBAC?Apparently MOBAC is not generating MBTiles correctlyMobac .mbtiles files get a no tile_data errorconvert (.sqlite) map to RMapsAdd Local .osm xml File as a Map Source in MOBAC
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm trying to add local mbtile into mobac.
I have tried to create an XML file in the map sources folder with this information
<?xml version="1.0" encoding="UTF-8"?>
<localTileSQLite>
<name>Custom SQLite atlas</name>
<sourceFile>D:myplacenewmap.mbtiles</sourceFile>
<atlasType>MBTiles</atlasType>
<backgroundColor>#000000</backgroundColor>
<tileImageType>PNG</tileImageType> <!-- optional -->
</localTileSQLite>
but I can't find anything new when I try to add the map inside Mobac.
mobile-atlas-creator
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to add local mbtile into mobac.
I have tried to create an XML file in the map sources folder with this information
<?xml version="1.0" encoding="UTF-8"?>
<localTileSQLite>
<name>Custom SQLite atlas</name>
<sourceFile>D:myplacenewmap.mbtiles</sourceFile>
<atlasType>MBTiles</atlasType>
<backgroundColor>#000000</backgroundColor>
<tileImageType>PNG</tileImageType> <!-- optional -->
</localTileSQLite>
but I can't find anything new when I try to add the map inside Mobac.
mobile-atlas-creator
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to add local mbtile into mobac.
I have tried to create an XML file in the map sources folder with this information
<?xml version="1.0" encoding="UTF-8"?>
<localTileSQLite>
<name>Custom SQLite atlas</name>
<sourceFile>D:myplacenewmap.mbtiles</sourceFile>
<atlasType>MBTiles</atlasType>
<backgroundColor>#000000</backgroundColor>
<tileImageType>PNG</tileImageType> <!-- optional -->
</localTileSQLite>
but I can't find anything new when I try to add the map inside Mobac.
mobile-atlas-creator
I'm trying to add local mbtile into mobac.
I have tried to create an XML file in the map sources folder with this information
<?xml version="1.0" encoding="UTF-8"?>
<localTileSQLite>
<name>Custom SQLite atlas</name>
<sourceFile>D:myplacenewmap.mbtiles</sourceFile>
<atlasType>MBTiles</atlasType>
<backgroundColor>#000000</backgroundColor>
<tileImageType>PNG</tileImageType> <!-- optional -->
</localTileSQLite>
but I can't find anything new when I try to add the map inside Mobac.
mobile-atlas-creator
mobile-atlas-creator
edited Aug 26 '18 at 18:39
Damini Jain
1,560217
1,560217
asked Aug 26 '18 at 15:28
WilliamWilliam
63
63
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Have you positioned MOBAC over the area covered by the MBTiles file?
Open Open Street Map Public Transport and right drag/zoom to where you want to be. Then switch to the MBTiles.
Yes I'm over the area that the MBTiles should cover. But I can't switch between Open Street Map and the MBTiles, because Mobac haven't recognized the xml file, so I can't add it into a mapsource.
– William
Aug 26 '18 at 16:22
add a comment |
The solution was to change the
<?xml version="1.0" encoding="UTF-8"?>
to
<?xml version="1.0" encoding="ISO-8859-1"?>
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f294022%2fopen-a-local-mbtiles-map-in-mobile-atlas-creator-mobac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you positioned MOBAC over the area covered by the MBTiles file?
Open Open Street Map Public Transport and right drag/zoom to where you want to be. Then switch to the MBTiles.
Yes I'm over the area that the MBTiles should cover. But I can't switch between Open Street Map and the MBTiles, because Mobac haven't recognized the xml file, so I can't add it into a mapsource.
– William
Aug 26 '18 at 16:22
add a comment |
Have you positioned MOBAC over the area covered by the MBTiles file?
Open Open Street Map Public Transport and right drag/zoom to where you want to be. Then switch to the MBTiles.
Yes I'm over the area that the MBTiles should cover. But I can't switch between Open Street Map and the MBTiles, because Mobac haven't recognized the xml file, so I can't add it into a mapsource.
– William
Aug 26 '18 at 16:22
add a comment |
Have you positioned MOBAC over the area covered by the MBTiles file?
Open Open Street Map Public Transport and right drag/zoom to where you want to be. Then switch to the MBTiles.
Have you positioned MOBAC over the area covered by the MBTiles file?
Open Open Street Map Public Transport and right drag/zoom to where you want to be. Then switch to the MBTiles.
answered Aug 26 '18 at 16:09
John ThornJohn Thorn
561
561
Yes I'm over the area that the MBTiles should cover. But I can't switch between Open Street Map and the MBTiles, because Mobac haven't recognized the xml file, so I can't add it into a mapsource.
– William
Aug 26 '18 at 16:22
add a comment |
Yes I'm over the area that the MBTiles should cover. But I can't switch between Open Street Map and the MBTiles, because Mobac haven't recognized the xml file, so I can't add it into a mapsource.
– William
Aug 26 '18 at 16:22
Yes I'm over the area that the MBTiles should cover. But I can't switch between Open Street Map and the MBTiles, because Mobac haven't recognized the xml file, so I can't add it into a mapsource.
– William
Aug 26 '18 at 16:22
Yes I'm over the area that the MBTiles should cover. But I can't switch between Open Street Map and the MBTiles, because Mobac haven't recognized the xml file, so I can't add it into a mapsource.
– William
Aug 26 '18 at 16:22
add a comment |
The solution was to change the
<?xml version="1.0" encoding="UTF-8"?>
to
<?xml version="1.0" encoding="ISO-8859-1"?>
add a comment |
The solution was to change the
<?xml version="1.0" encoding="UTF-8"?>
to
<?xml version="1.0" encoding="ISO-8859-1"?>
add a comment |
The solution was to change the
<?xml version="1.0" encoding="UTF-8"?>
to
<?xml version="1.0" encoding="ISO-8859-1"?>
The solution was to change the
<?xml version="1.0" encoding="UTF-8"?>
to
<?xml version="1.0" encoding="ISO-8859-1"?>
answered Aug 26 '18 at 18:05
WilliamWilliam
63
63
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f294022%2fopen-a-local-mbtiles-map-in-mobile-atlas-creator-mobac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown