| 1 |
<?php // $Id: geo.module,v 1.25 2009/08/05 02:15:54 vauxia Exp $ |
<?php // $Id: geo.module,v 1.26 2009/08/06 04:09:32 vauxia Exp $ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* Geo: Geospatial storage and retrieval. |
* Geo: Geospatial storage and retrieval. |
| 377 |
} |
} |
| 378 |
|
|
| 379 |
function geo_set_value($item, $theme) { |
function geo_set_value($item, $theme) { |
| 380 |
|
init_theme(); |
| 381 |
$registry = theme_get_registry(); |
$registry = theme_get_registry(); |
| 382 |
|
|
| 383 |
if ($format = $registry[$theme]['gis input']) { |
if ($format = $registry[$theme]['gis input']) { |
| 384 |
$value = geo_wkb_get_data($item['wkb'], $format); |
$value = geo_wkb_get_data($item['wkb'], $format); |
| 385 |
$item[$format] = $value['value']; |
$item[$format] = $value['value']; |