[marinemap] push by perrygeo...@gmail.com - Shared links use network links to avoid Folder representations of Coll... on 2011-11-01 00:39 GMT

0 views
Skip to first unread message

mari...@googlecode.com

unread,
Oct 31, 2011, 8:39:24 PM10/31/11
to marinema...@googlegroups.com
Revision: 4c93e37854e0
Author: Matthew Perry <perryg...@gmail.com>
Date: Mon Oct 31 17:42:07 2011
Log: Shared links use network links to avoid Folder representations of
Collections
http://code.google.com/p/marinemap/source/detail?r=4c93e37854e0

Modified:
/lingcod/kmlapp/urls.py

=======================================
--- /lingcod/kmlapp/urls.py Wed May 4 08:59:46 2011
+++ /lingcod/kmlapp/urls.py Mon Oct 31 17:42:07 2011
@@ -22,9 +22,9 @@
'create_kml', {'links': True, 'kmz': True},
name='kmlapp-feature-links-kmz'),


url(r'^shared_by/(?P<session_key>\w+)/group-(?P<input_sharegroup>\d+)_sharedby-(?P<input_shareuser>\d+).kml$',
- 'create_kml', {'links': False}, name='kmlapp-sharedby-kml'),
+ 'create_kml', {'links': True}, name='kmlapp-sharedby-kml'),

url(r'^shared_by/(?P<session_key>\w+)/group-(?P<input_sharegroup>\d+)_sharedby-(?P<input_shareuser>\d+).kmz$',
- 'create_kml', {'links': False, 'kmz': True},
name='kmlapp-sharedby-kmz'),
+ 'create_kml', {'links': True, 'kmz': True},
name='kmlapp-sharedby-kmz'),

url(r'^public/(?P<session_key>\w+)/public.kml$',
'shared_public', name='kmlapp-publicshared-kml'),

Reply all
Reply to author
Forward
0 new messages