add immoweb ui

This commit is contained in:
Viktor Barzin 2025-05-26 19:41:36 +00:00
parent 7e8c79d3d1
commit 151da16c27
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
266 changed files with 264879 additions and 0 deletions

File diff suppressed because one or more lines are too long

221369
immoweb/data/london_geojs.js Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1 @@
var data = { "type": "FeatureCollection", "features": [{ "type": "Feature", "properties": { "city": "K\u00f6ln", "country": "Deutschland", "qm": 74.49, "qmprice": 23.96294804671768, "rooms": 3.0, "total_price": 1785.0 }, "geometry": { "coordinates": [7.00037101481143, 50.9329353483442], "type": "Point" } }] }