[worldKit-dev] hi, new member of list

andrew morgan andrew at bytefreq.com
Fri Jan 13 01:55:42 PST 2006


Hi Mikel and list,

I just thought I'd introduce myself on the list rather than lurk, now that I've
joined. I started using worldkit before google earth came out and have decided to
stick with it, rather than become just-another-mashup.

Mikel - your going opensource was a key reason too. Hopefully I find a way to
contribute a bit. My new year's resolution is to release a revamped version of my
site, so I may even get a chance.

Andrew
www.livingatlas.com










> Send worldkit-dev mailing list submissions to
> 	worldkit-dev at lists.brainoff.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com
> or, via email, send a message with subject or body 'help' to
> 	worldkit-dev-request at lists.brainoff.com
>
> You can reach the person managing the list at
> 	worldkit-dev-owner at lists.brainoff.com
>
> When replying, please edit your Subject line so it is more specific than "Re:
> Contents of worldkit-dev digest..."
>
>
> Today's Topics:
>
>    1. plotting accuracy (Iain Mott)
>    2. Re: plotting accuracy (Mikel Maron)
>    3. <panto> (Iain Mott)
>    4. Re: <panto> (Mikel Maron)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 11 Jan 2006 12:13:34 +1100
> From: Iain Mott <mott at reverberant.com>
> Subject: [worldKit-dev] plotting accuracy
> To: worldkit-dev at lists.brainoff.com
> Message-ID: <1136942014.12976.25.camel at localhost>
> Content-Type: text/plain
>
> Hello
>
> I'll continue to be noisy on this list for a little more...
>
> I've making a page that allows users to upload/plot files onto a WMS map as well
> as annotations. Have based the plotting mechanism on the
> javascript example at http://brainoff.com/worldkit/geocoder. The page is working,
> however at high magnifications the plotting resolution proves coarse and
> inaccurate.
>
> I've seen an undocumented tag <accuplot> in one of mikel's config files. Thinking
> this might be an answer i tried setting it to true, but
> unfortunately it sends the plotting (the lat and long values generated by the
> mouse click) right out of whack.
>
> googling for accuplot i see that there may be some problems with it.
>
> Is the problem I'm having something that's yet to be resolved in
> worldkit or am I doing something wrong?
>
> My messy config file is at:
> http://www.reverberant.com/ct/annotwk/config.xml (if your browser
> refuses to view it try:
> http://www.reverberant.com/ct/annotwk/config.txt)
>
> cheers,
>
> Iain
>
>
> --
> Iain Mott
> www.reverberant.com
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 11 Jan 2006 08:00:11 -0800 (PST)
> From: Mikel Maron <mikel_maron at yahoo.com>
> Subject: Re: [worldKit-dev] plotting accuracy
> To: Discussion of worldKit use and development
> 	<worldkit-dev at lists.brainoff.com>
> Message-ID: <20060111160011.59249.qmail at web31807.mail.mud.yahoo.com> Content-Type:
> text/plain; charset=us-ascii
>
> Hi Iain
>
> Noise is welcome
>
> There's a few things going on here. I'll lay things out in a short story and long
> story. Both have happy endings.
>
> Short story:
>
> You've discovered a bug in how the location of input annotations are calculated.
> I've put in a quick fix, but am going to hold off on releasing it. In the
> meantime, download worldkit.swf from
> http://brainoff.com/worldkit/test/accuplot/worldkit.swf. This is version 2.4
> 20060111-1. Do set , if you are going to display those annotations on the map.
>
> Long story:
>
> Generally, the way worldKit handles zoom is by scaling and repositioning a layer
> containing all the annotations (and another layer containing the images). However,
> Flash internally has a maximum size for any layer. So at a certain magnification,
> the resolution of plotting becomes coarse.
>
> The option is rather than resizing the datalayer, move those annotations every
> time the map is zoomed or panned. This is slightly more computationally expensive,
> so should only be used with necessary. This is set with the unreleased <accuplot>
> option. (Well, really, I should get some solid statistics on this and then decide
> to maybe default to this method anyway).
>
> The reason <accuplot> hasn't been released is the problem you discovered with
> input annotations. The lat/long of the mouse click was determined by the position
> of the mouse relative to the datalayer. When the datalayer is being resized and
> repositioned, this works fine, until of course the maximum resolution is hit. With
> accuplot, the datalayer isn't resized or repositioned, hence the wildly off
> results.
>
> So actually the problem is how the lat/long of a mouse click is calculated. The
> worldkit.swf I pointed at calculates the lat/long without relying on the
> datalayer.
>
> This will go out in the next release. I'd like to release these sort of fixes
> immediately, but I still haven't set a communal code repository yet.
>
> Best, Mikel
>
> ----- Original Message ----
> From: Iain Mott <mott at reverberant.com>
> To: worldkit-dev at lists.brainoff.com
> Sent: Wednesday, January 11, 2006 1:13:34 AM
> Subject: [worldKit-dev] plotting accuracy
>
> Hello
>
> I'll continue to be noisy on this list for a little more...
>
> I've making a page that allows users to upload/plot files onto a WMS map as well
> as annotations. Have based the plotting mechanism on the
> javascript example at http://brainoff.com/worldkit/geocoder. The page is working,
> however at high magnifications the plotting resolution proves coarse and
> inaccurate.
>
> I've seen an undocumented tag <accuplot> in one of mikel's config files. Thinking
> this might be an answer i tried setting it to true, but
> unfortunately it sends the plotting (the lat and long values generated by the
> mouse click) right out of whack.
>
> googling for accuplot i see that there may be some problems with it.
>
> Is the problem I'm having something that's yet to be resolved in
> worldkit or am I doing something wrong?
>
> My messy config file is at:
> http://www.reverberant.com/ct/annotwk/config.xml (if your browser
> refuses to view it try:
> http://www.reverberant.com/ct/annotwk/config.txt)
>
> cheers,
>
> Iain
>
>
> --
> Iain Mott
> www.reverberant.com
>
> _______________________________________________
> worldkit-dev mailing list
> worldkit-dev at lists.brainoff.com
> http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 12 Jan 2006 11:23:16 +1100
> From: Iain Mott <mott at reverberant.com>
> Subject: [worldKit-dev] <panto>
> To: Discussion of worldKit use and development
> 	<worldkit-dev at lists.brainoff.com>
> Message-ID: <1137025397.11982.22.camel at localhost>
> Content-Type: text/plain
>
> Thanks for the accuplot fix mikel - works really well.
>
> This is a feature wish:
>
> When annotating, it would be great to speed up navigation to a target. My
> annotation map has <inputonly> set to true which rules out using zoomselect to
> hone in. Could there be a new tag created called "<panto>" to a enable the user to
> centre the map as they click? <zoomto> almost does this, so as alternative to
> creating a new tag, perhaps <zoomto> could accept a string such as "same" - so
> that centres the map but maintains the same magnification. This feature, which is
> a default behaviour (i think) in google maps, would be handy at any time and not
> just when annotating.
>
> cheers, iain
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 12 Jan 2006 02:18:14 -0800 (PST)
> From: Mikel Maron <mikel_maron at yahoo.com>
> Subject: Re: [worldKit-dev] <panto>
> To: Discussion of worldKit use and development
> 	<worldkit-dev at lists.brainoff.com>
> Message-ID: <20060112101814.97064.qmail at web31815.mail.mud.yahoo.com> Content-Type:
> text/plain; charset=us-ascii
>
> Sure, there should be some way to specify this behavior. I added a ticket..
> http://www.rockburger.com/roundup/roundup.cgi/worldkit/issue162
>
> -Mikel
>
> ----- Original Message ----
> From: Iain Mott <mott at reverberant.com>
> To: Discussion of worldKit use and development <worldkit-dev at lists.brainoff.com>
> Sent: Thursday, January 12, 2006 12:23:16 AM
> Subject: [worldKit-dev] <panto>
>
> Thanks for the accuplot fix mikel - works really well.
>
> This is a feature wish:
>
> When annotating, it would be great to speed up navigation to a target. My
> annotation map has <inputonly> set to true which rules out using zoomselect to
> hone in. Could there be a new tag created called "<panto>" to a enable the user to
> centre the map as they click? <zoomto> almost does this, so as alternative to
> creating a new tag, perhaps <zoomto> could accept a string such as "same" - so
> that centres the map but maintains the same magnification. This feature, which is
> a default behaviour (i think) in google maps, would be handy at any time and not
> just when annotating.
>
> cheers, iain
>
> _______________________________________________
> worldkit-dev mailing list
> worldkit-dev at lists.brainoff.com
> http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> worldkit-dev mailing list
> worldkit-dev at lists.brainoff.com
> http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com
>
>
> End of worldkit-dev Digest, Vol 4, Issue 4
> ******************************************






More information about the worldkit-dev mailing list