Geo tagging appliction
apps
Contains the configuration of the geo_tagging App
-
class
geo_tagging.apps.GeoTaggingConfig(app_name, app_module)[source]
Configuration of the geo_tagging app
models
Add the geo data to the Measurement and CharacteristicValues models.
-
geo_tagging.models.add_altitude(sender, **kwargs)[source]
Adds a FloatField for the altitude to the Measurement,
CharacteristicValue Model
-
geo_tagging.models.add_position(sender, **kwargs)[source]
Adds a PointField for the position to the Measurement,
CharacteristicValue Model
urls
Url-mapping for the geo_tagging app
views
Extending the control_chart views with map views
-
geo_tagging.views.create_map_data(request)[source]
Ajax view to return the geo data to the leaflet init function
-
geo_tagging.views.plot_given_configuration(request, configuration, index=None)[source]
Replacing the plot_page templage with an template with map views