Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Google Maps for TUM rooms #777

Closed
kordianbruck opened this issue Apr 27, 2018 · 2 comments
Closed

Google Maps for TUM rooms #777

kordianbruck opened this issue Apr 27, 2018 · 2 comments

Comments

@kordianbruck
Copy link
Member

  • Elastic Search: backend solr, elastic search (elk)
  • Draggable/Zoomable Map
  • Map to Lat/Lon => Google Map
getMapMetric(m_id):

Returns UTM coordinates of a map plus rotation relative to the UTM grid.
(SW=southwest/lower left point, NE=northeast/upper right point)

Usage:
   getMapMetric(int map_id) =>[float SW_x, float SW_y, int SW_zone, float NE_x, float
NE_y, int NE_zone, float rotation]

Example:
   getMapMetric(12) =>   [690631.375, 5335887.5, 32, 691356.4375, 5336190.0, 32,
-21.271878999999998]
@CommanderStorm
Copy link
Member

I think, that #1451 and #1437 are a better solutions.
@kordianbruck what do you think about this?

@kordianbruck
Copy link
Member Author

Agreed!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants