My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Jul 06, 2009
    issue 11 (Using AntiAliasing with Regionator) reported by juan.bonfante   -   What steps will reproduce the problem? 1.Create superoverlay of image with alpha around edges 2. Run on Google Earth 3. Black border around image What is the expected output? What do you see instead? Ability to set antialias parameter on Gdal2Tiles(or equivalent) What version of the product are you using? On what operating system? Vista Please provide any additional information below. Looking into Gdal2tiles a "-r 'antialias'" argument can be given to the application in order to correct issue. Anyway to do the same with regionator code?
    What steps will reproduce the problem? 1.Create superoverlay of image with alpha around edges 2. Run on Google Earth 3. Black border around image What is the expected output? What do you see instead? Ability to set antialias parameter on Gdal2Tiles(or equivalent) What version of the product are you using? On what operating system? Vista Please provide any additional information below. Looking into Gdal2tiles a "-r 'antialias'" argument can be given to the application in order to correct issue. Anyway to do the same with regionator code?
  • Jun 22, 2009
    r497 (Merging branch 'new', revisions 492-496) committed by simonff   -   Merging branch 'new', revisions 492-496
    Merging branch 'new', revisions 492-496
  • Apr 28, 2009
    issue 10 (atitudeMode clampToSeaFloor does not work in kmlsuperoverlay...) reported by MBARImike   -   What steps will reproduce the problem? 1. Start with testsuperoverlay.sh test 2. Change altitude and altitudeMode in ksc-llb-a.kml: ... <altitude>0</altitude> <altitudeMode>clampToSeaFloor</altitudeMode> ... 3. Run the test: kmlsuperoverlay.py -i NASA_KSC.jpg -k ksc-llb-0.kml -r llb-0.kml -d SeaFloor What is the expected output? What do you see instead? The .kml files in SeaFloor/ should have the <altitude>0</altitude> <altitudeMode>clampToSeaFloor</altitudeMode> tags, but they do not. What version of the product are you using? On what operating system? What I got from the SVN trunk yesterday: $URL: http://regionator.googlecode.com/svn/trunk/scripts/kmlsuperoverlay.py $ $Revision: 489 $ $Date: 2008-09-21 11:49:39 -0700 (Sun, 21 Sep 2008) $ on RHEL: $ uname -a Linux elvis.shore.mbari.org 2.6.18-128.1.6.el5PAE #1 SMP Tue Mar 24 12:39:24 EDT 2009 i686 athlon i386 GNU/Linux Please provide any additional information below. I'm a bit new to python and such, so forgive me if I've overlooked something silly.
    What steps will reproduce the problem? 1. Start with testsuperoverlay.sh test 2. Change altitude and altitudeMode in ksc-llb-a.kml: ... <altitude>0</altitude> <altitudeMode>clampToSeaFloor</altitudeMode> ... 3. Run the test: kmlsuperoverlay.py -i NASA_KSC.jpg -k ksc-llb-0.kml -r llb-0.kml -d SeaFloor What is the expected output? What do you see instead? The .kml files in SeaFloor/ should have the <altitude>0</altitude> <altitudeMode>clampToSeaFloor</altitudeMode> tags, but they do not. What version of the product are you using? On what operating system? What I got from the SVN trunk yesterday: $URL: http://regionator.googlecode.com/svn/trunk/scripts/kmlsuperoverlay.py $ $Revision: 489 $ $Date: 2008-09-21 11:49:39 -0700 (Sun, 21 Sep 2008) $ on RHEL: $ uname -a Linux elvis.shore.mbari.org 2.6.18-128.1.6.el5PAE #1 SMP Tue Mar 24 12:39:24 EDT 2009 i686 athlon i386 GNU/Linux Please provide any additional information below. I'm a bit new to python and such, so forgive me if I've overlooked something silly.
  • Jan 30, 2009
    r496 ([No log message]) committed by simonff   -   [No log message]
    [No log message]
  • Jan 30, 2009
    r495 ([No log message]) committed by simonff   -   [No log message]
    [No log message]
  • Jan 29, 2009
    r494 (Commented out from tests.sh tests that require gdal Added os...) committed by simonff   -   Commented out from tests.sh tests that require gdal Added os.path.exists() checks before calling os.makedirs() New CSV regionator test cases to cover callbacks and passing CSV lines in a dictionary.
    Commented out from tests.sh tests that require gdal Added os.path.exists() checks before calling os.makedirs() New CSV regionator test cases to cover callbacks and passing CSV lines in a dictionary.
  • Jan 24, 2009
    r493 (Responding to http://code.google.com/p/regionator/source/det...) committed by simonff   -   Responding to http://code.google.com/p/regionator/source/detail?r=492 * createPlacemark now return an object, not XML * better comments
    Responding to http://code.google.com/p/regionator/source/detail?r=492 * createPlacemark now return an object, not XML * better comments
  • Jan 08, 2009
    r492 (Creating a code review branch. Checking in to the branch on...) committed by simonff   -   Creating a code review branch. Checking in to the branch only: max_lod_pixels support, callbacks for post-processing Placemarks, catching UnicodeDecodeErrors, passing feature sets as dictionaries instead of CSV files.
    Creating a code review branch. Checking in to the branch only: max_lod_pixels support, callbacks for post-processing Placemarks, catching UnicodeDecodeErrors, passing feature sets as dictionaries instead of CSV files.
  • Dec 21, 2008
    issue 9 (Code review request) commented on by simonff   -   Please ignore this issue.
    Please ignore this issue.
  • Dec 21, 2008
    issue 9 (Code review request) reported by simonff   -   Purpose of code changes on this branch: Usability enhancements: support of variable LODs, per-item callbacks, creating FeatureSets from dictionaries in order to be able to pass placemark ids, catching UnicodeDecodeErrors. After the review, I'll merge this branch into: /trunk
    Purpose of code changes on this branch: Usability enhancements: support of variable LODs, per-item callbacks, creating FeatureSets from dictionaries in order to be able to pass placemark ids, catching UnicodeDecodeErrors. After the review, I'll merge this branch into: /trunk
  • Nov 21, 2008
    r491 (removing ) committed by regionator   -   removing
    removing
  • Nov 21, 2008
    SwissTransit Wiki page deleted by regionator
  • Sep 21, 2008
    r489 (replace hard-coded call to /usr/bin/python with /usr/bin/env...) committed by regionator   -   replace hard-coded call to /usr/bin/python with /usr/bin/env python to allow sane usage with multiple python installations.
    replace hard-coded call to /usr/bin/python with /usr/bin/env python to allow sane usage with multiple python installations.
  • Sep 21, 2008
    r488 (make script executable) committed by regionator   -   make script executable
    make script executable
  • Sep 21, 2008
    r487 (make scripts executable) committed by regionator   -   make scripts executable
    make scripts executable
 
Hosted by Google Code