[OSGeoJapan-discuss] Re: Openlayers with BING images

Hiroo Imaki hiroo @ angeli.org
2011年 3月 17日 (木) 17:05:00 EDT


Thanks to Luiz and Pirmin, now you can see Bing image on QGIS. QGIS
has an OSM plugin too.

> I've released a new version of the Openlayers plugin with Luiz' extensions. So
> you can update from the QGIS plugin menu.

Hiroo


On Thu, Mar 17, 2011 at 1:56 PM, Pirmin Kalberer <pka @ sourcepole.ch> wrote:
> Hiroo, Luiz,
>
> I've released a new version of the Openlayers plugin with Luiz' extensions. So
> you can update from the QGIS plugin menu.
>
> Regards
> Pirmin
>
> Am Donnerstag, 17. März 2011, um 20.08:56 schrieb Luiz Motta:
>> Hiroo,
>>
>>
>> I made the update the Openlayers(Integration), now, you can add BING
>> image how layer inside QGIS.
>>
>> I change the  type of layers (API JS Openlayers), from Layer.VirtualEarth
>> to OpenLayers.Layer.Bing.
>> The previous type layer, i had problem to put image how layer.
>>
>> The API JS Openlayer can not  work with the image's " Birds Eye" :
>> http://dev.openlayers.org/docs/files/OpenLayers/Layer/Bing-js.html#OpenLaye
>> rs.Layer.Bing.OpenLayers.Layer.Bing See "Required configuration properties"
>>
>> I believe we have rights of use the BING's image by Openlayers.
>> I created the Key  for BING the type no-profit.
>>
>>  Do you can help me about this license ?
>>
>> If you can, please read:
>> http://openlayers.org/blog/2010/12/18/bing-tiles-for-openlayers/
>> see the comments of Bryan
>>
>> Regards,
>> Luiz
>>
>> 2011/3/17 Hiroo Imaki <hiroo @ angeli.org>:
>> > thanks, Luiz
>> >
>> > 2011/3/17  <motta.luiz @ gmail.com>:
>> >> Hiro,
>> >>
>> >> OK, remember, here, the time is plus 4 hour.
>> >>
>> >> Regards,
>> >> Luiz
>> >>
>> >> Em 17/03/2011 13:33, Hiroo Imaki <hiroo @ angeli.org> escreveu:
>> >>> Luiz
>> >>>
>> >>>
>> >>>
>> >>> Thank you for your quick reply! I should have time to work on this
>> >>>
>> >>> sometime around noon (3hrs later) and get back to you.
>> >>>
>> >>>
>> >>>
>> >>> again, thank you so much!!!
>> >>>
>> >>>
>> >>>
>> >>> Hiroo
>> >>>
>> >>> 2011/3/17 Luiz Motta motta.luiz @ gmail.com>:
>> >>> > Hiro,
>> >>> >
>> >>> >
>> >>> >
>> >>> > The message error is about read the Ui_Form class
>> >>> >
>> >>> > from "openlayers_ovwidgetbase.py" file .
>> >>> >
>> >>> >
>> >>> >
>> >>> > I checked the zipfile sent for you, and these files are OK.
>> >>> >
>> >>> >
>> >>> >
>> >>> > Please, verify the items below:
>> >>> >
>> >>> >
>> >>> >
>> >>> > 1) Update your file "openlayers_ovwidgetbase.py"  by the attachment
>> >>> > file.
>> >>> >
>> >>> > * May be your file is corrupt.
>> >>> >
>> >>> >
>> >>> >
>> >>> > 2)  Do you run others plugin ?
>> >>> >
>> >>> > Example, download the plugin Ziplayer, from contribute  repository,
>> >>> > and test him
>> >>> >
>> >>> >
>> >>> >
>> >>> > 3) Try run the openlayers in the other machine.
>> >>> >
>> >>> >
>> >>> >
>> >>> >
>> >>> >
>> >>> > It is better to put new plugins inside your profile's directory of
>> >>> > QGIS.
>> >>> >
>> >>> > This directory is create when you make dowload plugin by QGIS.
>> >>> >
>> >>> > Please, make one dowload plugin, and, put the openlayers plugin
>> >>> > inside
>> >>> >
>> >>> > directory:
>> >>> >
>> >>> > Example:
>> >>> >
>> >>> > C:\Documents and Settings\lmotta\.qgis\python\plugins
>> >>> >
>> >>> >
>> >>> >
>> >>> > Change lmotta for your login name.
>> >>> >
>> >>> >
>> >>> >
>> >>> > I can help you by accessing your machine using Teamviewer
>> >>> >
>> >>> > (www.teamviewer.com) from my home.
>> >>> >
>> >>> > The diference time the Brasilia(Brazil) to Seatle(USA) is 4 hour,
>> >>> > when
>> >>> >
>> >>> > hour in Brasilia is 20 h the hour in Seatle is 16.
>> >>> >
>> >>> >
>> >>> >
>> >>> > The plugin is developing, when end of  development, we will  publish.
>> >>> >
>> >>> >
>> >>> >
>> >>> > Don't have problem you share this plugin, but, first let's go resolve
>> >>> >
>> >>> > your problem.
>> >>> >
>> >>> >
>> >>> >
>> >>> > I waiting your email about access your machine if you need on line
>> >>> > help.
>> >>> >
>> >>> >
>> >>> >
>> >>> > Luiz
>> >>> >
>> >>> > 2011/3/17 Hiroo Imaki hiroo @ angeli.org>:
>> >>> >> Luiz,
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> I installed your plugin to my machine (Windows7, QGIS1.6), under
>> >>> >>
>> >>> >> C:\OSGeo4W\apps\qgis\python\plugins\
>> >>> >>
>> >>> >> I wanted to use your plugin but I got following error
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> openlayersプラグインをロードできませnでしたは内部でclassFactory()メソッドを呼び出し中にエラーが発生しました
>> >>> >>
>> >>> >> (This means openlayers plugin could not be loaded. This errror
>> >>> >> occured
>> >>> >>
>> >>> >> when classFactory() method was called)
>> >>> >>
>> >>> >> Traceback (most recent call last):
>> >>> >>  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 138, in
>> >>> >>
>> >>> >> startPlugin
>> >>> >>
>> >>> >>    plugins[packageName] = package.classFactory(iface)
>> >>> >>
>> >>> >>  File "C:\OSGeo4W\apps\qgis\python\plugins\openlayers\__init__.py",
>> >>> >>
>> >>> >> line 48, in classFactory
>> >>> >>
>> >>> >>    from openlayers_plugin import OpenlayersPlugin
>> >>> >>
>> >>> >>  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 279, in
>> >>> >>
>> >>> >> _import
>> >>> >>
>> >>> >>    mod = _builtin_import(name, globals, locals, fromlist, level)
>> >>> >>
>> >>> >>  File
>> >>> >>
>> >>> >> "C:\OSGeo4W\apps\qgis\python\plugins\openlayers\openlayers_plugin.py
>> >>> >> ",
>> >>> >>
>> >>> >> line 35, in
>> >>> >>
>> >>> >>    from openlayers_ovwidget import OpenLayersOverviewWidget
>> >>> >>
>> >>> >>  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 279, in
>> >>> >>
>> >>> >> _import
>> >>> >>
>> >>> >>    mod = _builtin_import(name, globals, locals, fromlist, level)
>> >>> >>
>> >>> >>  File
>> >>> >>
>> >>> >> "C:\OSGeo4W\apps\qgis\python\plugins\openlayers\openlayers_ovwidget.
>> >>> >> py",
>> >>> >>
>> >>> >> line 30, in
>> >>> >>
>> >>> >>    from openlayers_ovwidgetbase import Ui_Form
>> >>> >>
>> >>> >> ImportError: cannot import name Ui_Form
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> Pythonバージョン:
>> >>> >>
>> >>> >> 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> QGISバージョン:
>> >>> >>
>> >>> >> 1.6.0-Copiapo Copiapo, exported
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> Python path: ['C:/OSGeo4W/apps/qgis/./python',
>> >>> >>
>> >>> >> 'C:/Users/hiroo/.qgis/python',
>> >>> >> 'C:/Users/hiroo/.qgis/python/plugins',
>> >>> >>
>> >>> >> 'C:/OSGeo4W/apps/qgis/./python/plugins',
>> >>> >>
>> >>> >> 'C:\\Windows\\system32\\python25.zip',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\DLLs',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\lib',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\lib\\plat-win',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\lib\\lib-tk',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\qgis\\bin', 'C:\\OSGeo4W\\apps\\Python25',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32\\lib',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\Pythonwin',
>> >>> >>
>> >>> >> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\wx-2.8-msw-unicode
>> >>> >> ',
>> >>> >>
>> >>> >> '~/.qgis/python',
>> >>> >>
>> >>> >> 'C:\\Users\\hiroo\\.qgis\\python\\plugins\\fTools\\tools',
>> >>> >>
>> >>> >> 'C:\\Users\\hiroo\\.qgis\\python\\plugins\\mmqgis/forms',
>> >>> >>
>> >>> >> 'C:\\Users\\hiroo\\.qgis\\python\\plugins\\openlayersov\\logic',
>> >>> >>
>> >>> >> 'C:\\Users\\hiroo\\.qgis\\python\\plugins\\openlayersov\\gui',
>> >>> >>
>> >>> >> 'C:\\Users\\hiroo\\.qgis\\python\\plugins\\ziplayers\\logic',
>> >>> >>
>> >>> >> 'C:\\Users\\hiroo\\.qgis\\python\\plugins\\ziplayers\\gui']
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> I am not a programmer and I don't know how to deal with this. Do you
>> >>> >>
>> >>> >> have an idea what is going on?
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> Hiroo
>> >>> >>
>> >>> >> 2011/3/16 Luiz Motta motta.luiz @ gmail.com>:
>> >>> >>> Hiroo,
>> >>> >>>
>> >>> >>>
>> >>> >>>
>> >>> >>> I made update the Openlayers (Integration) where you can see BING
>> >>> >>> images.
>> >>> >>>
>> >>> >>>
>> >>> >>>
>> >>> >>> At the moment, you can see the BING image in overview, but, not how
>> >>> >>>
>> >>> >>> layer in QGIS.
>> >>> >>>
>> >>> >>>
>> >>> >>>
>> >>> >>> I am working to put the BING how layer in QGIS.
>> >>> >>>
>> >>> >>>
>> >>> >>>
>> >>> >>> Attachment the Openlayers plugin.
>> >>> >>>
>> >>> >>>
>> >>> >>>
>> >>> >>> Regards,
>> >>> >>>
>> >>> >>> Luiz
>> >>> >>>
>> >>> >>> 2011/3/16 Hiroo Imaki hiroo @ angeli.org>:
>> >>> >>>> Luiz,
>> >>> >>>>
>> >>> >>>>
>> >>> >>>>
>> >>> >>>> I has just started looking at your code. At the same time, this is
>> >>> >>>> the
>> >>> >>>>
>> >>> >>>> area I am interested in.
>> >>> >>>>
>> >>> >>>>
>> >>> >>>> http://www.bing.com/maps/explore/#5003/s=w&p=c/5872/style=a&lat=38
>> >>> >>>> .424434&lon=141.263764&z=16&pid=5874
>> >>> >>>>
>> >>> >>>>
>> >>> >>>>
>> >>> >>>> I need to work on building a base vector data first and would like
>> >>> >>>> to
>> >>> >>>>
>> >>> >>>> spend time to explore your code....
>> >>> >>>>
>> >>> >>>>
>> >>> >>>>
>> >>> >>>> Thank you so much for your help!!!!!!
>> >>> >>>>
>> >>> >>>>
>> >>> >>>>
>> >>> >>>> Hiroo
>> >>> >>>>
>> >>> >>>> 2011/3/15 Luiz Motta motta.luiz @ gmail.com>:
>> >>> >>>>> Hi Hiroo,
>> >>> >>>>>
>> >>> >>>>>> This is Hiroo from Seattle. Thank you so much for offering your
>> >>> >>>>>> help
>> >>> >>>>>>
>> >>> >>>>>> for this terrible event.
>> >>> >>>>>
>> >>> >>>>> I was very  apprehensive about what  happened in Japan. Last
>> >>> >>>>> year, i
>> >>> >>>>>
>> >>> >>>>> travelled to  FOSS4G  Japanese and i was very happy with
>> >>> >>>>> japaneses,
>> >>> >>>>>
>> >>> >>>>> mainly with the community  FOSS4G Japanese, they were fantastic
>> >>> >>>>> with
>> >>> >>>>>
>> >>> >>>>> me and the others keynotes.
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> Let´s go to work for japanese people.
>> >>> >>>>>
>> >>> >>>>>> Do you think it is possible to add Bing image to the openlayer
>> >>> >>>>>> plugin?
>> >>> >>>>>>
>> >>> >>>>>> I started looking at the code but I am not a programmer. I
>> >>> >>>>>> wanted to
>> >>> >>>>>>
>> >>> >>>>>> use Bing image for my disaster area mapping.
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>> What do you think?
>> >>> >>>>>
>> >>> >>>>> I am working with integrate both plugins, Openlayers and
>> >>> >>>>> Openlayers
>> >>> >>>>>
>> >>> >>>>> Overview, see the news from Sourcepole,
>> >>> >>>>>
>> >>> >>>>> http://www.sourcepole.com/, link "OpenLayers plugin visits code
>> >>> >>>>>
>> >>> >>>>> sprint" . The integration will  publish out soon.
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> I will send the integration Openlayers for you (openlayers.zip),
>> >>> >>>>> you
>> >>> >>>>>
>> >>> >>>>> can read the new source.
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> Now, the plugin is more flexible to add new images.
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> The manner to put a new image in plugin is build the HTML, where,
>> >>> >>>>> the
>> >>> >>>>>
>> >>> >>>>> Openlayers javascript  add this  in map.
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> See the example of use Openlayers JS in the one HTML inside
>> >>> >>>>> directory
>> >>> >>>>>
>> >>> >>>>> of plugin(google_satellite.html).
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> Openlayers work with BING image, see:
>> >>> >>>>>
>> >>> >>>>> http://dev.openlayers.org/docs/files/OpenLayers/Layer/Bing-js.htm
>> >>> >>>>> l
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> Please, send me address of images where you are using in BING ,
>> >>> >>>>> and,
>> >>> >>>>>
>> >>> >>>>> try build this image by openlayers.
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> If you have success see the image in BING by HTML, i can quickly
>> >>> >>>>> put
>> >>> >>>>>
>> >>> >>>>> in plugin when receive this HTML.
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> I will try build the HTML too, for this, i need the address of
>> >>> >>>>> image
>> >>> >>>>>
>> >>> >>>>> in BING server.
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>>
>> >>> >>>>> Regards,
>> >>> >>>>>
>> >>> >>>>> Luiz
>> >>> >>>>>
>> >>> >>>>> 2011/3/15 Hiroo Imaki hiroo @ angeli.org>:
>> >>> >>>>>> Hi Luiz,
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>> This is Hiroo from Seattle. Thank you so much for offering your
>> >>> >>>>>> help
>> >>> >>>>>>
>> >>> >>>>>> for this terrible event.
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>> Do you think it is possible to add Bing image to the openlayer
>> >>> >>>>>> plugin?
>> >>> >>>>>>
>> >>> >>>>>> I started looking at the code but I am not a programmer. I
>> >>> >>>>>> wanted to
>> >>> >>>>>>
>> >>> >>>>>> use Bing image for my disaster area mapping.
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>> What do you think?
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>> Hiroo
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>>
>> >>> >>>>>> ps. Kayama-san, thank you to introduce me to Luiz.
>> >>> >>>>>>
>> >>> >>>>>> 2011/3/15 Yoichi Kayama yoichi.kayama @ gmail.com>:
>> >>> >>>>>>> Hi Luiz
>> >>> >>>>>>>
>> >>> >>>>>>>
>> >>> >>>>>>>
>> >>> >>>>>>> Thank You for your Advice.
>> >>> >>>>>>>
>> >>> >>>>>>>
>> >>> >>>>>>>
>> >>> >>>>>>> I passed your e-mail to the mailing list of OSGeo.jp.
>> >>> >>>>>>>
>> >>> >>>>>>> Mr Hiroo ( Japanese researchers working in Seattle ) has
>> >>> >>>>>>> something to
>> >>> >>>>>>>
>> >>> >>>>>>> ask you about QGIS.
>> >>> >>>>>>>
>> >>> >>>>>>> He was begging for it from abroad to work for the earthquake
>> >>> >>>>>>> using
>> >>> >>>>>>>
>> >>> >>>>>>> some FOSS4G product.
>> >>> >>>>>>>
>> >>> >>>>>>> If he will ask something to you , please help him.
>> >>> >>>>>>>
>> >>> >>>>>>>
>> >>> >>>>>>>
>> >>> >>>>>>> Regards
>> >>> >>>>>>>
>> >>> >>>>>>> Yoichi
>> >>> >>>>>>>
>> >>> >>>>>>>>       From    Hiroo Imaki hiroo @ angeli.org>
>> >>> >>>>>>>>
>> >>> >>>>>>>>To     Yoichi Kayama yoichi.kayama @ gmail.com>
>> >>> >>>>>>>>
>> >>> >>>>>>>>Cc     osgeojapan-discuss @ lists.osgeo.org
>> >>> >>>>>>>>
>> >>> >>>>>>>>日付     2011年3月16日2:13
>> >>> >>>>>>>>
>> >>> >>>>>>>>件名     Re: [OSGeoJapan-discuss] Luiz Mottaさんから支援のメール
>> >>> >>>>>>>>
>> >>> >>>>>>>>詳細を隠す 2:13 (4時間前)
>> >>> >>>>>>>>
>> >>> >>>>>>>>That sounds great!
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>Kayama-san. This is Hiroo (Imaki).
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>what is the best way to contact with Luiz? I want to ask one
>> >>> >>>>>>>>
>> >>> >>>>>>>> thing.
>> >>> >>>>>>>>
>> >>> >>>>>>>>Thanks!
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>Hiroo
>> >>> >>>>>>>>
>> >>> >>>>>>> 2011/3/16 Luiz Motta motta.luiz @ gmail.com>:
>> >>> >>>>>>>> Yoichi,
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>> I can't  help you  for geoeference images.
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>> May be is useful the use these plugins (contribute site):
>> >>> >>>>>>>>
>> >>> >>>>>>>> 1) Show or hide image: You use the grid image (by click inside
>> >>> >>>>>>>> scene)
>> >>> >>>>>>>>
>> >>> >>>>>>>> for show or hide the image
>> >>> >>>>>>>>
>> >>> >>>>>>>> 2) Image Boundary: Create Grid(polygon) from georeference
>> >>> >>>>>>>> imagens from
>> >>> >>>>>>>>
>> >>> >>>>>>>> the diretory.
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>>
>> >>> >>>>>>>> Regards,
>> >>> >>>>>>>>
>> >>> >>>>>>>> Luiz
>> >>> >>>>>>>>
>> >>> >>>>>>>> 2011/3/15 Yoichi Kayama yoichi.kayama @ gmail.com>:
>> >>> >>>>>>>>> Hi Luiz
>> >>> >>>>>>>>>
>> >>> >>>>>>>>>
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> We are working to make georeferences using QGIS
>> >>> >>>>>>>>> georeferencer.
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> All of pictures are raw format, we must find some GCP using
>> >>> >>>>>>>>> other digital maps
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> compareing pictures. Pictures were  taken last saturday .
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> So we can't work it using automating.
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> But many peoples work using QGIS georeferencer.
>> >>> >>>>>>>>>
>> >>> >>>>>>>>>
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> Thank you very much  your mail.
>> >>> >>>>>>>>>
>> >>> >>>>>>>>>
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> Regards.
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> Yoichi
>> >>> >>>>>>>>>
>> >>> >>>>>>>>> 2011/3/16 Luiz Motta motta.luiz @ gmail.com>:
>> >>> >>>>>>>>>> Yoichi,
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>> About yours 1000 pictures, these pictures need to be made
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>> retification, or only register, i.e, they have georeference
>> >>> >>>>>>>>>> but not
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>> have in header  of file ?
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>> I hope can help you if you needed
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>> Regards,
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>> Luiz
>> >>> >>>>>>>>>>
>> >>> >>>>>>>>>> 2011/3/15 Yoichi Kayama yoichi.kayama @ gmail.com>:
>> >>> >>>>>>>>>>> Hi  Luiz
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>> Thanks for your suggestions.
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>> We are using QGIS for make a georefrence to about
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>> And we will use  those pictures for OpenStreetMap .
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>> Every pictures can use by JSOM for tracing about disaster.
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>> And we will set up WMS Server using those pictures ( may be
>> >>> >>>>>>>>>>> using Mapserver )
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>> If we will need some function about QGIS, we will ask you .
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>> Thank you very much.
>> >>> >>>>>>>>>>>
>> >>> >>>>>>>>>>> 2011/3/15 Luiz Motta motta.luiz @ gmail.com>:
>> >>> >>>>>>>>>>>> Yoichi,
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> If you want i can make the new features for  to use aerial
>> >>> >>>>>>>>>>>> photo or
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Satellite Photo provided by WMS.
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> At the moment, the plugin "Openlayers Overview" show
>> >>> >>>>>>>>>>>> Google and Yahoo
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> satellite images.
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Do you have the historical imagens provider by WMS ?
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Feel comfortable in requesting some help in the use of
>> >>> >>>>>>>>>>>> QGIS, including
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> if you need some script to automate tasks.
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Regards,
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Luiz Motta
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> ---------- Forwarded message ----------
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> From: Werner Macho werner.macho @ gmail.com>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Date: 2011/3/15
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Subject: [Qgis-developer] Fwd: QGIS 1.7 Japanese GUI
>> >>> >>>>>>>>>>>> file new version
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> To: qgis dev qgis-developer @ lists.osgeo.org>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Hi devs!
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> A bit offtopic but I think it's worth reading - I got the
>> >>> >>>>>>>>>>>> email from
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> our japanese translator..
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> FYI
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> kind regards
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Werner
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> --- snip
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Unfortunately we experienced last Friday's earthquake and
>> >>> >>>>>>>>>>>> tsunami disaster.
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> My room was littered with books and crockery shelf
>> >>> >>>>>>>>>>>> collapses.
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Our mappers to make maps of the Japanese disaster
>> >>> >>>>>>>>>>>> situation are using the QGIS.
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Many peoples useing QGIS for make a georeference to
>> >>> >>>>>>>>>>>> aereial photo or
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Satellite Photo of disaster area.
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> And those photo will be use for sharing disaster
>> >>> >>>>>>>>>>>> information in the net.
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> In this case QGIS is great !!!
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> http://openstreetmap.jp/crisis/
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> http://wiki.openstreetmap.org/wiki/2011_Sendai_earthquake_
>> >>> >>>>>>>>>>>> and_tsunami
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> http://www.sinsai.info/ushahidi/
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> best regards
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Yoichi
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> ---snip
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> _______________________________________________
>> >>> >>>>>>>>>>>>
>> >>> >>>>>>>>>>>> Qgis-developer mailing list%3
>> >
>> > --
>> > Hiroo Imaki
>> > hiroo @ angeli.org
>> > http://www.geopacific.org
>
>
> --
> Mit freundlichen Grüssen / Kind regards
>
> Pirmin Kalberer
> Sourcepole - Linux & Open Source Solutions
> Churerstrasse 22, 8808 Pfäffikon SZ, Switzerland
> Tel: 044 440 77 11  Fax: 044 440 77 12
> pka @ sourcepole.ch  http://www.sourcepole.ch
>



-- 
Hiroo Imaki
hiroo @ angeli.org
http://www.geopacific.org


OSGeoJapan-discuss メーリングリストの案内