usgin / metadata-repository

Django application providing a user-interface for building a file and metadata management system. Operates in conjunction with https://github.com/usgin/metadata-server
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Editing a record shows the wrong bounding box #6

Closed rclark closed 12 years ago

rclark commented 12 years ago

When editing an existing record, bounding boxes are screwball in the OpenLayers Map.

rclark commented 12 years ago

Turns out this was a data problem -- GeographicExtent was entered as string instead of float. Commited a Node.js Script to metadata-server that can be run to correct that problem for any records in the database.