[Bug 1323671] [NEW] /usr/share/shibboleth/logo.jpg missing

2014-05-27 Thread Reijer Copier
Public bug reported:

After upgrading from precise to trusty the shibboleth logo was missing
from error messages.

Our configuration expected the shibboleth logo to be available at
/usr/share/shibboleth/logo.jpg. Previously this file was provided by
'libapache2-mod-shib2' but starting from saucy it is no longer part of
any shibboleth package.

The default error page (= html) generated by shibboleth expects a logo
to be available at /shibboleth-sp/logo.jpg which we used to make
available by adding 'Alias /shibboleth-sp/logo.jpg
/usr/share/shibboleth/logo.jpg' to our apache configuration.

** Affects: shibboleth-sp2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323671

Title:
  /usr/share/shibboleth/logo.jpg missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shibboleth-sp2/+bug/1323671/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1323671] Re: /usr/share/shibboleth/logo.jpg missing

2014-05-27 Thread Reijer Copier
** Description changed:

  After upgrading from precise to trusty the shibboleth logo was missing
- from error messages. Our configuration expected the shibboleth logo to
- be available at /usr/share/shibboleth/logo.jpg. Previously this file was
- provided by 'libapache2-mod-shib2' but starting from saucy it is no
- longer part of any shibboleth package.
+ from error messages.
+ 
+ Our configuration expected the shibboleth logo to be available at
+ /usr/share/shibboleth/logo.jpg. Previously this file was provided by
+ 'libapache2-mod-shib2' but starting from saucy it is no longer part of
+ any shibboleth package.
+ 
+ The default error page (= html) generated by shibboleth expects a logo to be 
available at /shibboleth-sp/logo.jpg which we used make available by adding
+ 'Alias /shibboleth-sp/logo.jpg /usr/share/shibboleth/logo.jpg' to our apache 
configuration.

** Description changed:

  After upgrading from precise to trusty the shibboleth logo was missing
  from error messages.
  
  Our configuration expected the shibboleth logo to be available at
  /usr/share/shibboleth/logo.jpg. Previously this file was provided by
  'libapache2-mod-shib2' but starting from saucy it is no longer part of
  any shibboleth package.
  
- The default error page (= html) generated by shibboleth expects a logo to be 
available at /shibboleth-sp/logo.jpg which we used make available by adding
- 'Alias /shibboleth-sp/logo.jpg /usr/share/shibboleth/logo.jpg' to our apache 
configuration.
+ The default error page (= html) generated by shibboleth expects a logo
+ to be available at /shibboleth-sp/logo.jpg which we used to make
+ available by adding 'Alias /shibboleth-sp/logo.jpg
+ /usr/share/shibboleth/logo.jpg' to our apache configuration.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323671

Title:
  /usr/share/shibboleth/logo.jpg missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shibboleth-sp2/+bug/1323671/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [postgis-users] curves geometries and topology

2014-04-15 Thread Reijer Copier

Thanks!

We are currently considering using PostGIS Topology only to maintain a 
topology aware copy of the data (to be used for analyses where topology 
matters) and use the original geometry (containing circular strings) 
when we have to (re)generate output geometry.


BTW: Is cgal/sfcgal going to replace geos eventually? It would be great 
if this limitation (= curved geometries being a second class citizen) 
was somehow lifted in future versions PostGIS.


Regards,

Reijer Copier
IDgis bv

Volg IDgis op LinkedIn! http://www.linkedin.com/company/idgis
On 14-4-2014 19:15, Rémi Cura wrote:

The problem is going to be precision.

If this is important for you you may want to switch to cgal which 
support arbitrary curve in arrangment (from memory)


If precision is not important, you can easily add an uggly fix : add 2 
triggers to edge table that

_when something want to access an edge, convert it to linestring
_when something want to write an edge, convert it to your curve model

Cheers,
Rémi-C


2014-04-14 17:10 GMT+02:00 Eric Ladner eric.lad...@gmail.com 
mailto:eric.lad...@gmail.com:


As long as they are simple circles, you should be able to convert
back and forth between curves and lines.  Splines, beziers, et al,
are probably not going to work at all and would need to be
approximated as lines.

http://boundlessgeo.com/2012/01/getting-curvey/


On Mon, Apr 14, 2014 at 8:02 AM, Reijer Copier
reijer.cop...@idgis.nl mailto:reijer.cop...@idgis.nl wrote:

Dear list,

According to the documentation, PostGIS Topology only supports
edges made out of linestrings. However, we are currently
working on a dataset that contains lots of curved geometries.
It would be great if we could build topology based on those
curved geometries without having to convert them to
linestrings first. Is this possible? If not, what is the best
way to deal with this situation?

-- 


Kind regards,

Reijer Copier
IDgis bv
___
postgis-users mailing list
postgis-users@lists.osgeo.org
mailto:postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users




-- 
Eric Ladner


___
postgis-users mailing list
postgis-users@lists.osgeo.org mailto:postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users




___
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users


___
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users