{5} Assigned, Active Tickets by Owner (Full Description) (15 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

mikel

Ticket Summary Component Milestone Type Created
Description
#147 Javascript callback for worldKit finished loading javascript defect 08/14/07

#160 create AS 3.0 branch devel enhancement 08/20/07

#31 text problems on linux (ubuntu, gentoo) document defect 03/08/06

utf-8 encoded simplified chinese characters do not display on linux

thanks for the fast answer, and sorry for bothering you before finding the solution on the web (at http://www.flickr.com/forums/bugs/2589/ or http://www.earth.li/~dave//Diary/). After doing "apt-get install gsfonts-x11" annotations are displayed!

I'll definitely do more with worldKit, see you,

Actually think I've worked it out. It's due to a font not being present

(Verdana) and Flash on some Linux not gracefully falling back to

sans.

(This recent discussion is relevant (laszlo is a dev environment that produces swf movies) http://openlaszlo.org/pipermail/laszlo-user/2005-March/000511.html) Anyway, I modified worldKit to display in Verdana, then Arial. This version has been uploaded to the site. Try clearing your cache and viewing the map on the worldkit front page again. Is text present? If you click the map and type "v", do you see version information?


#95 mapping delicious/flickr not working apps defect 03/08/06

something with .htaccess files


#130 Document that image type restrictions have changed document defect 12/07/06

any image, swfs


#109 document accuplot; or make default document enhancement 05/01/06

#159 To Document document enhancement 08/16/07

onloadcallback


#36 Document new Blog/CMS plugins document task 03/08/06

new wordpress geo plugin?

http://sobriquet.net/2005/06/29/blog-the-world/


#75 document crossdomain.xml document task 03/08/06

So, I think I see what's going on, and there is a potential solution. worldkit.swf assumes that the rest of the install is located in the same directory as the html file embedding worldkit.swf. So for your example on the PC server, the worldkit.swf is looking on that same server for config.xml and doesn't find it.

[actually, if there was a config.xml on the PC, it wouldn't be able to access it because of flash domain security policy. by default the swf only has access to files on the server it originates from. there are ways around that: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14213 ]

The solution is to explicitly tell that worldkit.swf where the config.xml file is. The manual mentions how to do this at http://brainoff.com/worldkit/doc/dynamic.php.

I've put up a demonstration at http://rockburger.com/test.html. It loads confurl from http://brainoff.com/test/config.xml. If you look at that file, you'll see that all files to be requested (zoomifydir, dataurl) are fully listed with domains. Again, that's necessary so that worldkit.swf knows which server to look on.

[ It probably makes sense for worldKit to assume that every other request is relative to the directory and server from which config.xml is served. However, worldKit can not assume that the config.xml is in the same directory as it's located, since that would prevent a single copy of worldkit.swf being used in multiple pages on a single server. Plus, it's actually not possible in actionscrip for worldkit.swf to know where it's served from! ]

Now, I wonder about your app: are you planning for search results (from the PC) be mapped, or will that map always display the same data? If it's displaying search results, that RSS feed will be served from the PC I guess, which then runs into some domain accessibility issues.

Sorry if this is a bit confusing. I've never actually encountered this problem before. Which doesn't mean it's not solveable, but that the process to get it to work hasn't been smoothed out yet.

Mikel

--- Andrew Tobiason <atobiason@wcs.org> wrote:

Mikel, Thanks for your reply, I wasn't very clear in my first message, partly because we have a very unusual arrangement here. We want to use WorldKit? in our Bushmeat IMAP portal - www.bushmeat.org/IMAP. Specifically, we want to use it to georeference bushmeat projects and peer-reviewed research papers, so users can find things spatially in our online 'library.' The best way to understand my request is to go to the page linked above and enter the portal - you'll see that by clicking the ENTER button, you end up at a site outside of the bushmeat.org domain - this is because you have been auto-logged in as a guest to a reference database stored in AND served by Biblioscape software. This server is actually a dedicated Dell PC acting as a server, in our Washington, DC office (see WHY below). The Bushmeat IMAP has three main features - digital library (biblioscape served from our office), Central Africa mapserver (ArcIMS served out of U. Missouri), and World Geodata (right now using the www.timemap.net software but which I intend to switch to WorldKit?; contained on our linux website). The reason the 'homepage' for the imap is on the Dell PC is because the mapserver and geodata pages have links to the digital library, and its better if people are already logged in. I realize this is far from an elegant solution, but we like biblioscape for its cheapness and ease of use to site visitors - even if it is a bit difficult to manage and the programming is not generally customizable! For instance, it is designed to serve out of a Windows PC - a strange thing but not for the academics it is marketed to. Also, it encourages people to go for a hosted solution at $70/month. Now, I was easily able to get WorldKit? running on our linux website (www.bushmeat.org/IMAP/worldkit), and also was able to install it on our Windows PC and view results in Frontpage "preview". However, when I actually try to view the page on the Windows PC server, there is a blank white placeholder (or black if I use the default color #000000) but no map application. Does WorldKit? not work on Windows servers? My preference would be to run WorldKit? from our main website (linux) but have a few lines of code to call it up on the PC server. For example, see on old page on the PC server, with the UNESCO World Heritage Sites code installed: http://68.239.82.2:8001/bw_ref_list_bibOLD.htm . The black box to the right of it is WorldKit? - not working. The UNESCO app suggests that what I want is possible, but I can't seem to replicate it with WorldKit? and am not sure why. If I could get this going, I could install a mini-map viewer/search in the results pages of searches, PLUS our members (WWF, Toronto Zoo, etc.) could include the application on their bushmeat pages too. Thanks for any help you can provide! And again, thank you for creating this wonderful application. I'll be adding georeferenced projects to the page at www.bushmeat.org/IMAP/worldkit in the next few days. Andy PS -

msg48 (view) Author: admin Date: 2005-01-19.16:16:03

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14213


#94 document relative urls gotchas in rss/zoomify etc document task 03/08/06

#162 re-examine GPL devel task 08/20/07

The issue of GPL only comes into play at two points. The first is people who want to load the Worldkit SWF into another SWF project. The second is people who need to tweak Worldkit's behavior at the code level. On the first issue, the GPL does not permit loading Worldkit SWF into another non-GPL'ed SWF. "The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License." LGPL or BSD licensing gets around these issues. As for the second issue of modifying a GPL-ed Worldkit, all is fine except that I'd have to re-publish my code modifications. This is largely a non-issue for people tweaking the API, and most likely a good thing. (By the way, the GPL item 6 requires you to clearly link to the source from a "non-source" form. I'm not sure you're 100% GPL-compliant on that point. I'll post to the osflash mailing list and see if I can find the popular approach to this.) Basically, the GPL likely hinders people from using Worldkit as a Flash component. If the Worldkit API provides adequate public methods, the LGPL would be a nice compromise. BSD, of course, would work too.


#150 make confurl more prominant in docs document defect 08/14/07

get a lot of queries on this


#74 change some defaults config enhancement 03/08/06

make no update by default. and make points color not change by default.


#101 update features, examples on website front page document enhancement 03/25/06

#10 features to document document task 03/08/06

accuplot fscommand JHackComm (JLayComm bug?) openguides format


Note: See TracReports for help on using and creating reports.