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

Rework Roomfinder #248

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

Rework Roomfinder #248

tgymnich opened this issue Apr 27, 2018 · 2 comments

Comments

@tgymnich
Copy link
Member

tgymnich commented Apr 27, 2018

  • 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]

See TumCampusApp/#777

@kordianbruck
Copy link
Member

FYI: api will be implemented on the server and be provided with the other functions for caching reasons.

@tgymnich
Copy link
Member Author

tgymnich commented Jun 3, 2020

no longer applicable due to app rewrite

@tgymnich tgymnich closed this as completed Jun 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants