Continue work on BeanShell in SQLiteDB
This commit is contained in:
parent
cd3dc04880
commit
30be836ea5
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@ public class SQLiteTileSource implements ITileSource {
|
|||
urlTemplate = template;
|
||||
}
|
||||
}
|
||||
int ruleId = list.indexOf("rule");
|
||||
if(ruleId != -1) {
|
||||
rule = cursor.getString(ruleId);
|
||||
}
|
||||
int tnumbering = list.indexOf("tilenumbering");
|
||||
if(tnumbering != -1) {
|
||||
inversiveZoom = "BigPlanet".equalsIgnoreCase(cursor.getString(tnumbering));
|
||||
|
|
Loading…
Reference in a new issue