Commit Graph

309 Commits

Author SHA1 Message Date
Sanj
7e072f5e88 forgot to add feature type autocomplete field to admin form 2011-08-31 01:04:54 +05:30
Sanj
9232052135 feature type ajax-select (with custom lookup class) 2011-08-31 01:02:30 +05:30
Sanj
86b2e2f597 Relationship verbose_name to Relation 2011-08-31 00:33:40 +05:30
Sanj
da2770e1e3 sort authority record by preferred_name 2011-08-31 00:28:25 +05:30
Sanj
22de5a47ae timeframe list view 2011-08-31 00:27:32 +05:30
Sanj
01908081b6 err, oops, thats what you get when you violate DRY. 2011-08-30 23:56:23 +05:30
Sanj
b83866f10e change blank to alternate, make default 2011-08-30 23:54:36 +05:30
Sanj
bd54ef155b alternate names from stacked inline to tabular inline 2011-08-30 23:51:02 +05:30
Sanj
b8d113558d minor, add title for feature list table in authority record admin. 2011-08-30 23:03:49 +05:30
Sanj
c5cbbaa4b7 oops, import 2011-08-30 23:01:49 +05:30
Sanj
b633d3b864 minor, missing { 2011-08-30 23:00:27 +05:30
Sanj
0ac0ca9236 add list of features in authority record admin; cleaner urls for json end-points 2011-08-30 22:56:53 +05:30
Sanj
b2bb640808 js to display similar features in feature admin page 2011-08-30 22:25:41 +05:30
Sanj
c0dd1a7d36 add auto-complete for time-frame 2011-08-30 19:03:38 +05:30
Sanj
4ad1869eab oops, forgotten import 2011-08-30 19:00:12 +05:30
Sanj
ccd8f454f8 try basic autocomplete for authority records 2011-08-30 18:58:41 +05:30
Sanj
052561ebc5 oops, ajax_select, not ajax-select 2011-08-30 18:44:32 +05:30
Sanj
e6cd24f021 added django-ajax-selects to requirements.txt and INSTALLED_APPS 2011-08-30 18:41:48 +05:30
Sanj
3160e49aae cruft for extending admin change_form templates 2011-08-30 18:16:26 +05:30
Sanj
435e9e9c21 admin changes 2011-08-30 15:35:45 +05:30
Sanj
332191af9a argh, silly error in urls.py 2011-08-29 19:49:46 +05:30
Sanj
0981f4d927 minor, css 2011-08-29 18:51:51 +05:30
Sanj
4addbcf705 argh! nbsp.. 2011-08-29 18:47:16 +05:30
Sanj
441c7bd629 syntax 2011-08-29 18:45:21 +05:30
Sanj
60ac6d466f return similar features correctly 2011-08-29 18:43:22 +05:30
Sanj
3a2c3852f4 silly - import FeatureType 2011-08-29 18:40:03 +05:30
Sanj
b2382b96b6 try to display feature name instead of id 2011-08-29 18:38:47 +05:30
Sanj
67a4a7ce94 basic similar features page 2011-08-29 18:33:29 +05:30
Sanj
5493c5f251 ups, silly import 2011-08-29 18:25:00 +05:30
Sanj
f4bb714dde start view similar page 2011-08-29 18:22:10 +05:30
Sanj
4c9dcf7246 feature_type is sometimes null? :/ 2011-08-29 17:58:21 +05:30
Sanj
7a90d8ede4 minor, css 2011-08-29 17:51:55 +05:30
Sanj
90b039a55a minor, syntax 2011-08-29 17:44:00 +05:30
Sanj
fd141fbf82 search page: use <table> for results; restrict set to 20; simplify css / page 2011-08-29 17:34:48 +05:30
Sanj
3808453878 comment out search_related for now to try and deal with weird admin issue 2011-08-29 06:47:12 +05:30
Sanj
cc03ca0e85 er, id, not class 2011-08-29 06:40:03 +05:30
Sanj
1c60cbbef3 remove isBaseLayer stuff 2011-08-29 06:34:42 +05:30
Sanj
7c93f2c7de projection 2011-08-29 06:32:15 +05:30
Sanj
85541ed4b1 geometry.geojson 2011-08-29 05:55:25 +05:30
Sanj
a6334a26d1 geojson 2011-08-29 05:52:27 +05:30
Sanj
3a9ebfb9dd oops, set JSON_DEBUG=DEBUG in settings and overlaps function now works. 2011-08-28 18:13:57 +05:30
Schuyler Erle
3563cc8135 Drop the score filter and instead limit result quantity in similar_features() 2011-08-28 10:11:44 +02:00
Schuyler Erle
863c49575f Get .similar_features() working right. 2011-08-28 09:55:00 +02:00
Schuyler Erle
960eb21283 Order overlaps results by similarity if text is provideed. 2011-08-28 09:37:21 +02:00
Schuyler Erle
abd06fc0e2 Fixed broken .overlaps() query. 2011-08-28 09:31:23 +02:00
Sanj
04bed12052 pass params properly, pass srid 2011-08-28 08:52:09 +05:30
Sanj
8671238bab geometry_bboverlaps -> geometry__bboverlaps 2011-08-28 08:31:44 +05:30
Sanj
262a795d50 merged 2011-08-28 08:26:57 +05:30
Sanj
07bad63fef testing overlaps with bbox 2011-08-28 08:25:39 +05:30
Schuyler Erle
5ed70efd54 Fix possible bug in .similar_features() (wkt) 2011-08-27 19:19:57 -07:00