Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cd9779d2c6
1 changed files with 5 additions and 5 deletions
|
@ -73,10 +73,10 @@ public class BinaryInspector {
|
||||||
if ("test".equals(args[0])) {
|
if ("test".equals(args[0])) {
|
||||||
in.inspector(new String[] {
|
in.inspector(new String[] {
|
||||||
// "-vpoi",
|
// "-vpoi",
|
||||||
// "-vmap", "-vmapobjects", // "-vmapcoordinates",
|
"-vmap", "-vmapobjects", // "-vmapcoordinates",
|
||||||
// "-vrouting",
|
// "-vrouting",
|
||||||
// "-vtransport",
|
// "-vtransport",
|
||||||
"-vaddress", "-vcities","-vstreetgroups",
|
// "-vaddress", "-vcities","-vstreetgroups",
|
||||||
// "-vstreets", "-vbuildings", "-vintersections",
|
// "-vstreets", "-vbuildings", "-vintersections",
|
||||||
// "-lang=ru",
|
// "-lang=ru",
|
||||||
// "-bbox=4.8486,52.3084,4.8747,52.2970",
|
// "-bbox=4.8486,52.3084,4.8747,52.2970",
|
||||||
|
@ -132,10 +132,10 @@ public class BinaryInspector {
|
||||||
FileOutputStream osmOut = null;
|
FileOutputStream osmOut = null;
|
||||||
double lattop = 85;
|
double lattop = 85;
|
||||||
double latbottom = -85;
|
double latbottom = -85;
|
||||||
double lonleft = -180;
|
double lonleft = -179.9;
|
||||||
double lonright = 180;
|
double lonright = 179.9;
|
||||||
String lang = null;
|
String lang = null;
|
||||||
int zoom = -1;
|
int zoom = 15;
|
||||||
|
|
||||||
public boolean isVaddress() {
|
public boolean isVaddress() {
|
||||||
return vaddress;
|
return vaddress;
|
||||||
|
|
Loading…
Reference in a new issue