[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r39] by dwowen

Fixed two BB bugs:
Changed json.GetRecordsResponse.Record[i].boundingBox...

to json.GetRecordsResponse.Record.boundingBox...

when only one candidate exists.

Also, when not instantiated (b/c metadata contains no BB reference), boundingBox.lowerCorner/upperCorner were being treated as objects, which caused .blank() to throw an error. I changed all references to be: boundingBox.lowerCorner/upperCorner.toString().

2009-11-03 01:03:16 Tree
[r38] by bolosig

Change style to selected metadata

2009-10-28 13:36:29 Tree
[r37] by bolosig

Add latlon parameter to response.xsl. Fix the implementation of zoom to metadata bbox.

2009-10-28 13:19:16 Tree
[r36] by bolosig

image zoom to metadata

2009-10-28 13:17:39 Tree
[r35] by dwowen

Fixed error with bbox print to map. A previous update I made had accidentally ruined this functionality - so it has been restored to previous working order. Some services still need XSL to support bbox printing (parsing info from different metadata schemas).

Also updated XSL metadata view for deegree metadata. Still working on implementing this for other metadata types.

2009-10-26 20:04:52 Tree
[r34] by dwowen

Uploading small changes to client side javascript. These fix some rendering issues while searching for catalogues.

2009-10-19 23:06:35 Tree
[r33] by dwowen

Made a few more changes to xsl output. Still need to update borders and add a few more features. Also, two metadata link options seem a little verbose, but i'm not sure what the best way to phrase each is.

2009-10-15 01:39:32 Tree
[r32] by dwowen

Updated some HTML View settings and fixed a small bug (displaying same info multiple times).

2009-10-12 08:33:39 Tree
[r31] by dwowen

Made update to XSL transformations/HTML presentation. Still need to fix animation, minimize/maximize capibilites, borders and add css. This is an improvement over the last version, though.

2009-10-10 01:21:48 Tree
[r30] by dwowen

This commit is a very early implementation of the metadata to HTML XSL transformations. XSL transformations currently only work for deegree records, as the xsl needs to be modified for different metadata formats.

Also, the XSL is not yet complete for degree - it still needs to be updated for several fields and set up for CSS.

For the HTML results, the changes are currently being populated in the same div that the catalogs are originally displayed in. This is being fixed to pop up in a new tab.

2009-10-09 20:20:53 Tree
Older >