2011-10-30

New Legend

A comment inquired about an updated legend to include more of the base types. After playing with updating the Legend Sector I realized that far too much space was being taken up that way. So I went back to the trusty old Spinward Marches poster and based a new legend on that. It's visible by a link in the control panel on the right.

You may notice a few consequential changes:

  • The layout UI and rules for the panels have changed - you can now expand/collapse any of the sections - Styles, Search, Legend and Scroll - by clicking on the header.
  • To implement efficiently required dropping support for IE6. Sorry, it's just not worth it.
  • The JumpMap API now takes an optional border parameter which allows you to drop the border. This is used by the legend to render the images "live", matching your current style.



Ω

2011-10-24

Cleanup & Border Updates

Mish-mash of updates:

  • At some point recently I broke the default state of the flag controlling rendering of local polity names so they should now by default to rendering again.
  • I dusted off the border calculation code (doc, demo):
    • Added a page that will generate borders for a map sector considering the 8 adjacent sectors. Try it.  Sorry, doesn't work with uploaded sectors yet, but that should be easy to make work.
    • Fix border walk termination logic (would leave in a duplicate hex if the polity had a vertical left edge)
    • Added heuristic for bridging 1pc gaps in polities
  • The SEC API now optionally accepts sx/sy coordinates instead of sector (name) 
  • Work around what looks like a Chrome 14 bug with object creation. var o = {}; o.x = 'foo'; was claiming that the property was read only in some cases.
  • Updated borders for: Fa Dzaets, Trenchans, Gvurrdon, Tuglikki, Mendan, Amdukan, Deneb, Corridor, Solomani Rim
Ω

2011-10-22

Bits Not Atoms!

As an FYI I've just put all of my hardcopy Traveller materials into storage. There is a slight chance that this could impact my ability to update the site, so I wanted to give everyone a warning. I haven't had to refer to them in a while but you never know.

While I was packing I did notice that the Vegan region borders on a printout of the site map did not match the Solomani Rim supplement, though. I'll try to fix those soon! Ω

2011-09-12

Deneb, Ziafrplians, SectorMetaData, bug fixes

A few recent updates, tweaks and fixes:
  • Updated data for Ziafrplians from Don McKinney. This is the same data as used for the Zhodani Alien Module recently published by Mongoose, now a canonical part of the OTU. Check out the book for many more details about the sector, of course.
  • Updated data for Deneb by Robert Eaglestone, including a few X-boat route tweaks. This is part of the ongoing T5 data cleanup project. Expect the rest of the Domain of Deneb to follow at some point soon.
  • A new SectorMetaData API
  • Tweaked Candy Style rendering. Now includes UWP at high scales, and scales a little more nicely.
  • Fixed behavior of the experimental touch version when moving from "pinch" to "drag" (i.e. letting go of one finger while the other is still touching)
Ω

2011-08-03

Bug Fix: Response Content Types

In a recent change I accidentally made the "Data" APIs (Coordinates, Credits, JumpWorlds, Search, Universe) produce JSON instead of XML unless otherwise requested if the default was XML. This has been corrected - the default content types should now be as documented in the API page.

While I don't intent to change the default data format for any API call - to maintain compatibility - new APIs may default to JSON... at least, until the Next Great Format comes along. To be robust, make sure you're requesting a specific format using the HTTP "Accept" header. Currently supported formats are:

  • XML: text/xml
  • JSON: application/json
Ω