Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modifications to the python script to make it more flexible. #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 27, 2011

  1. adding backgroundSize parameter

    abrin committed Jul 27, 2011
    Configuration menu
    Copy the full SHA
    63bb4e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2011

  1. Added title, alt, iso of g elements.

    Matt Cordial committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    4a8744b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from cordmata/add-ginfo

    Added title, alt, iso of g elements.
    abrin committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    9ce67a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2011

  1. A number of feature enhancements to the python script:

    __To Limit the Shapes Rendered (and improve loading performance)__
    1. adds a smoothing parameter which says, combine points if they're less than _smoothing_ (makes shapes simpler)
    2. adds a minPixelSize parameter which will not render polygons that are less than _minPixelSize_ in width and height (good for getting rid of small islands)
    3. adds a minPolygonSides parameter which will not render polygons with less than _minPolygonSides_ (good for getting rid of points and vectors on a map)
    
    __other (from mcordial)__
    1. allows propagation of ids from parent <g> elements down
    2. handles numeric widths and heights with units
    abrin committed Sep 3, 2011
    Configuration menu
    Copy the full SHA
    37ff489 View commit details
    Browse the repository at this point in the history