|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
Geo-tiff or geo-registered image supportHi,
Currently, I am using ESRI's MapObjects for Java to display geo-registered image. I am investigating on migrate to OpenMaps. I've search through the mailing list regarding OpenMaps supports for geo-tiff and geo-registered image format (an image with corresponding world file). I found some discussion about the development and contribution on the topic. What I would like to know is the current status of OpenMaps. Does OpenMaps now supports geo-registered image layer or is it a plan feature in a future release? Regards, Vairoj -- [To unsubscribe to this list send an email to "majdart@..." with the following text in the BODY of the message "unsubscribe openmap-users"] |
|
|
Re: Geo-tiff or geo-registered image supportHi Vairoj
You can find the source code for a JAI based geotiff layer here. http://openmap.bbn.com/mailArchives/openmap-users/2005-10/4353.html It supports bmp, gif, jpeg and tiff the former three needs world files. regards /carsten Vairoj A. wrote: > Hi, > > Currently, I am using ESRI's MapObjects for Java to display > geo-registered image. I am investigating on migrate to OpenMaps. I've > search through the mailing list regarding OpenMaps supports for > geo-tiff and geo-registered image format (an image with corresponding > world file). I found some discussion about the development and > contribution on the topic. What I would like to know is the current > status of OpenMaps. Does OpenMaps now supports geo-registered image > layer or is it a plan feature in a future release? > > Regards, > > Vairoj > > -- > [To unsubscribe to this list send an email to "majdart@..." > with the following text in the BODY of the message "unsubscribe > openmap-users"] -- [To unsubscribe to this list send an email to "majdart@..." with the following text in the BODY of the message "unsubscribe openmap-users"] |
|
|
|
|
|
Re: Geo-tiff or geo-registered image supportOn Mar 20, 2006, at 02:13, Geir Øvsttun (AS/ETO) wrote:
> On the other hand I consider OpenMap a bit more rough on the edges, > documentation stinks in comparision, the class structure is a bit > more confusing, but the code is solid and straightforward to use > and I have not encountered any bugs. I'm curious. What would make the documentation better for you? Geoffrey -- Geoffrey S. Knauth | http://knauth.org/gsk -- [To unsubscribe to this list send an email to "majdart@..." with the following text in the BODY of the message "unsubscribe openmap-users"] |
|
|
|
|
|
Re: Geo-tiff or geo-registered image supportThanks. I don't disagree, I was just interested in your
perspective. I also think OpenMap is great, and would be greater with documentation that helped people get up to speed faster. I don't know what metric is current, but it used to be that if people couldn't figure out how to get started in the first 15 minutes, or 10 minutes, or 5 (I'm sure the time is decreasing as everyone has less time), they would just drop it. So I'm wondering what list of 10- minute tutorials would be helpful to people with specific goals but little OpenMap experience. As for UML, I have some fancy UML tools I'll apply to OpenMap to see what comes out. Geoffrey -- Geoffrey S. Knauth | http://knauth.org/gsk On Mar 21, 2006, at 07:03, Geir Øvsttun (AS/ETO) wrote: > Keep in mind I am not a hard-core "hacker" just a guy who needs to > develop tools to be used within my domain. > I find the docs sketchy, too many times I have had to investigate > source to find out what is really going on > and the docs lacks a good focused set of examples on how to use the > various classes. > A UML based overview of the whole class hierarchy would also be > great (which was a great help when i was using MapObjects) > > I guess others will disagree..... > > But me and OpenMap live happily with these shortcoming :-) -- [To unsubscribe to this list send an email to "majdart@..." with the following text in the BODY of the message "unsubscribe openmap-users"] |
|
|
Re: Geo-tiff or geo-registered image supportHi Geir,
Thanks for the comments, I agree with you. I'll start putting example code in the javadocs for different components, and I'm trying to get around to updating the Developer's Guide to include more examples of property settings and programmatic usage. Regards, Don On Mar 21, 2006, at 7:03 AM, Geir Øvsttun (AS/ETO) wrote: > Hi, > > Keep in mind I am not a hard-core "hacker" just a guy who needs to > develop tools to be used within my domain. > I find the docs sketchy, too many times I have had to investigate > source to find out what is really going on > and the docs lacks a good focused set of examples on how to use the > various classes. > A UML based overview of the whole class hierarchy would also be > great (which was a great help when i was using MapObjects) > > I guess others will disagree..... > > But me and OpenMap live happily with these shortcoming :-) > > Geir > > -----Original Message----- > From: owner-openmap-users@... [mailto:owner-openmap- > users@...] On Behalf Of Geoffrey Knauth > Sent: 20. mars 2006 13:53 > To: openmap questions > Subject: Re: [OpenMap Users] Geo-tiff or geo-registered image support > > On Mar 20, 2006, at 02:13, Geir Øvsttun (AS/ETO) wrote: >> On the other hand I consider OpenMap a bit more rough on the edges, >> documentation stinks in comparision, the class structure is a bit >> more >> confusing, but the code is solid and straightforward to use and I >> have >> not encountered any bugs. > > I'm curious. What would make the documentation better for you? > > Geoffrey > -- > Geoffrey S. Knauth | http://knauth.org/gsk > > > -- > [To unsubscribe to this list send an email to "majdart@..." > with the following text in the BODY of the message "unsubscribe > openmap-users"] > > -- > [To unsubscribe to this list send an email to "majdart@..." > with the following text in the BODY of the message "unsubscribe > openmap-users"] -- [To unsubscribe to this list send an email to "majdart@..." with the following text in the BODY of the message "unsubscribe openmap-users"] |
|
|
|
|
|
JAIPlugIn - Geo-tiff SupportCarsten-
Thanks for making this code available. I just downloaded it and, after reading over it, have a question. The loadRaster function takes a parameter called csvFileName, yet it does nothing with it. Instead, it references imageFileName, a class variable initialized by setProperties. Was this merely an oversight or is there some other intended behavior that is not complete? Thanks in advance- Chris -----Original Message----- From: owner-openmap-users@... [mailto:owner-openmap-users@...] On Behalf Of "Carsten Ø. Madsen" Sent: Friday, March 17, 2006 1:15 AM Cc: openmap-users@... Subject: Re: [OpenMap Users] Geo-tiff or geo-registered image support Hi Vairoj You can find the source code for a JAI based geotiff layer here. http://openmap.bbn.com/mailArchives/openmap-users/2005-10/4353.html It supports bmp, gif, jpeg and tiff the former three needs world files. regards /carsten Vairoj A. wrote: > Hi, > > Currently, I am using ESRI's MapObjects for Java to display > geo-registered image. I am investigating on migrate to OpenMaps. I've > search through the mailing list regarding OpenMaps supports for > geo-tiff and geo-registered image format (an image with corresponding > world file). I found some discussion about the development and > contribution on the topic. What I would like to know is the current > status of OpenMaps. Does OpenMaps now supports geo-registered image > layer or is it a plan feature in a future release? > > Regards, > > Vairoj > > -- > [To unsubscribe to this list send an email to "majdart@..." > with the following text in the BODY of the message "unsubscribe > openmap-users"] -- [To unsubscribe to this list send an email to "majdart@..." with the following text in the BODY of the message "unsubscribe openmap-users"] -- [To unsubscribe to this list send an email to "majdart@..." with the following text in the BODY of the message "unsubscribe openmap-users"] |
|
|
Re: JAIPlugIn - Geo-tiff SupportHi Chris
That's an oversight. You can just remove it. regards /carsten Chris Allport wrote: >Carsten- > >Thanks for making this code available. I just downloaded it and, after >reading over it, have a question. > >The loadRaster function takes a parameter called csvFileName, yet it does >nothing with it. Instead, it references imageFileName, a class variable >initialized by setProperties. > >Was this merely an oversight or is there some other intended behavior that >is not complete? > >Thanks in advance- > >Chris > > >-----Original Message----- >From: owner-openmap-users@... [mailto:owner-openmap-users@...] On >Behalf Of "Carsten Ø. Madsen" >Sent: Friday, March 17, 2006 1:15 AM >Cc: openmap-users@... >Subject: Re: [OpenMap Users] Geo-tiff or geo-registered image support > >Hi Vairoj > >You can find the source code for a JAI based geotiff layer here. > >http://openmap.bbn.com/mailArchives/openmap-users/2005-10/4353.html > >It supports bmp, gif, jpeg and tiff the former three needs world files. > >regards >/carsten > >Vairoj A. wrote: > > > >>Hi, >> >>Currently, I am using ESRI's MapObjects for Java to display >>geo-registered image. I am investigating on migrate to OpenMaps. I've >>search through the mailing list regarding OpenMaps supports for >>geo-tiff and geo-registered image format (an image with corresponding >>world file). I found some discussion about the development and >>contribution on the topic. What I would like to know is the current >>status of OpenMaps. Does OpenMaps now supports geo-registered image >>layer or is it a plan feature in a future release? >> >>Regards, >> >>Vairoj >> >>-- >>[To unsubscribe to this list send an email to "majdart@..." >>with the following text in the BODY of the message "unsubscribe >>openmap-users"] >> >> > >-- >[To unsubscribe to this list send an email to "majdart@..." >with the following text in the BODY of the message "unsubscribe >openmap-users"] > > > -- [To unsubscribe to this list send an email to "majdart@..." with the following text in the BODY of the message "unsubscribe openmap-users"] |
| Free embeddable forum powered by Nabble | Forum Help |