Mercurial > hg > extraction-interface
diff views/Extractapp/ExportTabDelimited.php @ 94:b0cecc104639 extractapp
new: modified tags can work on tagged text
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 09 Nov 2015 12:00:24 +0100 |
parents | f5b0cd4f25b2 |
children | 0ef426b5a1b9 |
line wrap: on
line diff
--- a/views/Extractapp/ExportTabDelimited.php Fri Oct 02 12:18:34 2015 +0200 +++ b/views/Extractapp/ExportTabDelimited.php Mon Nov 09 12:00:24 2015 +0100 @@ -42,6 +42,8 @@ echo "Address\t"; echo "Longitude\t"; // longitude echo "Latitude\t"; // latitude + echo "Description\t"; // description + } else { echo $count++."\t"; echo $bookId."\t"; @@ -51,6 +53,8 @@ echo $bookMeta->place_name."\t"; echo $bookMeta->x."\t"; echo $bookMeta->y."\t"; + echo $bookName."_".$sectionName."\t"; // description for LGMap + } if ( isset( $trValue["page"] ) ) { echo $trValue["page"]."\t";