How to download

How to view downloaded maps

How to combine small images into one big map

How to know the longitude and latitude of each image

How to download?

See the screenshot. It is very easy to use.

1, Enter a task name, such like "Mytask.ebmd". All task files are saved as *.ebmd.
If you want to continue a old task, click button "Open task... ".

2, Select Maps type. There are 5 types of maps.

3, There are 4 parameters (Left Longitude, Right Longitude, Top Latitude, Bottom Latitude) to define the area scope of images that you want to download.

Left Longitude: -180<value<180, for East, the value is positive, for West, the value is negative.
Right Longitude:-180<value<180, for East, the value is positive, for West, the value is negative.
Top Latitude:-85<value<85,for North, the value is positive, for South, the value is negative.
Bottom Latitude:-85<value<85,for North, the value is positive, for South, the value is negative.

For longitude and latitude, the input measurement is degree. You can convert the measurement of "Degrees, Minutes,Seconds" to "Degrees" by click menu "Tools->Convert 'Degrees,Minutes,Seconds' to 'Degrees'...".

The followed sketch map explains the area scope:

How to get the latitude/longitude information from Bing Maps?

To get longitude and latitude coordinates from Bing Maps, follow these steps:

  1. Position the map center on your point of interest
  2. Type this into your web browser’s address bar:
    javascript:map.GetCenter()
  3. Hit enter or click an appropriate button to query the address

If you are using a browser with a lot of built-in security roadblocks like Internet Explorer, you may have to acknowledge security warnings before javascript code will execute.

4, Define the zoom level. The zoom level defines the image precision. For trial version, the max zoom level is 13, so you can not download high precision images.

5, Select a path to save the project and downloaded images.

6, Then click button "Start", OK, start downloading now ... !

When downloading, the log window will display the downloading process. When finished, the log will be saved to a file.

After downloading, there will be a file named as *.ftl, if there are some files failed or missed, you can re-download them: menu "tools"->"re-download failed files".


 How to view downloaded maps?

You can view downloaded maps without combining them into one big BMP.
We provide a tool to view the images, you can run it from menu "Tools"->"Map Viewer".

Then open a task from menu "File"->"Open task..." to view the map.


 

How to combine small images into one big map?


After downloading, all small images are saved on your disk. Then you can combine them into one big image map.

We provide a tool : Combiner.exe. You can run it from menu "Tools"->"Map Combiner".


The output big image is in BMP format. You can convert it to other format by yourself using some image tools such like PhotoShop. And it will also create a World File.

 


 

How to know the longitude and latitude of each image

There are two methods to know the longitude and latitude of every downloaded image.

1. After downloading, the software will create a text file named as "projectname_list.txt" in your project path. In this file all the images' longigude and latitude information are saved.

The file looks like:

ImageFileName Left_Edge_Longitude Right_Edge_Longitude Top_Edge_Latitude Bottom_Edge_Latitude
ms_132778_171951_18.jpg: 2.34283447265625 2.34420776367188 48.85025819596752 48.84935452221043
ms_132778_171952_18.jpg: 2.34283447265625 2.34420776367188 48.85116185341521 48.85025819596752
ms_132778_171953_18.jpg: 2.34283447265625 2.34420776367188 48.85206549455355 48.85116185341521
ms_132778_171954_18.jpg: 2.34283447265625 2.34420776367188 48.85296911938262 48.85206549455355


2. When you view map in Satellite Viewer, the longitude and latitude will be displayed in the statusbar.

And in the log file, the exactly longitude and latitude of the downloaded area are saved as Left Longitude download.., etc.. see the followed example.


An example of log file:

Project: C:\getallmaps\paris_aerial_18.ebmd
Now time is:2010-9-4 22:37:41

[MapsType]
MapsType=6

Left Longitude input= 2.344
Right Longitude input= 2.356
Top Latitude input= 48.86
Bottom Latitude input= 48.85

MinX = 132778
MinY = 171951
MaxX = 132787
MaxY = 171962

Left Longitude download=2.34283447265625
Right Longitude download=2.3565673828125
Top Latitude download=48.8601975308897
Bottom Latitude download=48.8493545222104

All images' scope information are saved to C:\getallmaps\paris_aerial_18_list.txt

Total count of images would be downloaded: 120

Download threads count: 8

Zoom level: 18

path: C:\getallmaps\

Start downloading...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
T1:seq=8,ms_132778_171958_18.jpg OK
T4:seq=3,ms_132778_171953_18.jpg OK
T8:seq=7,ms_132778_171957_18.jpg OK
T5:seq=4,ms_132778_171954_18.jpg OK
T3:seq=2,ms_132778_171952_18.jpg OK
T2:seq=1,ms_132778_171951_18.jpg OK
T6:seq=5,ms_132778_171955_18.jpg OK
T7:seq=6,ms_132778_171956_18.jpg OK
T5:seq=12,ms_132778_171962_18.jpg OK
T4:seq=11,ms_132778_171961_18.jpg OK
T2:seq=9,ms_132778_171959_18.jpg OK

........
........

T4 Finished.
T7:seq=118,ms_132787_171960_18.jpg OK
T7 Finished.
T5:seq=116,ms_132787_171958_18.jpg OK
T5 Finished.
T8:seq=119,ms_132787_171961_18.jpg OK
T1:seq=112,ms_132787_171954_18.jpg OK
T8 Finished.
T1:seq=120,ms_132787_171962_18.jpg OK
T1 Finished.

--------------------------------
Task Stoped!

Now time:2010-9-4 22:38:16

Log file has been saved as C:\getallmaps\paris_aerial_18_log.txt