Baptiste Jonglez
|
a320665cb6
WIP: repeat tiles horizontally when the panorama wraps
|
6 years ago |
Baptiste Jonglez
|
d5d743fbc3
Avoid math errors in some corner cases (because of float rounding)
|
6 years ago |
Baptiste Jonglez
|
0d1418cfb7
Killer feature: show the height of refpoints in the panorama
|
6 years ago |
Baptiste Jonglez
|
630a9fe285
Remove forgotten model field (should not affect database)
|
6 years ago |
Baptiste Jonglez
|
028abfd9bb
Separate altitude into two parts: ground altitude, and height above ground
|
6 years ago |
Baptiste Jonglez
|
8910759960
Sort reference points by name when inserting a new refpoint in a panorama
|
6 years ago |
Baptiste Jonglez
|
ce2336fe4b
Normalize distance display in the frontend ("X.YZ km" or "XYZ m" depending on the value)
|
6 years ago |
Olivier Le Brouster
|
bf558a4ccc
fix duplicate definition of Meta class
|
7 years ago |
Olivier Le Brouster
|
955bce122e
remove useless import
|
7 years ago |
Olivier Le Brouster
|
3fee668011
Add kind field to reference points
|
7 years ago |
Baptiste Jonglez
|
75b88a3961
Add more strings to translate
|
8 years ago |
Baptiste Jonglez
|
0433f713bc
Fix ugettext usage for transation: model fields should be translated lazily
|
8 years ago |
julpec
|
da35fc26b5
mise en place des traductions
|
8 years ago |
Christian Proust
|
2302162796
The method __str__ is no more used in Panorama so should be the decorator
|
9 years ago |
Christian Proust
|
3d0abfa97f
Identity, not equality, should be used on None
|
9 years ago |
Baptiste Jonglez
|
08648f938c
Fix computation of cap_max
|
9 years ago |
Baptiste Jonglez
|
59c15a9cf6
Fix bug in Panorama.is_visible
|
9 years ago |
Baptiste Jonglez
|
6ea3dbea7f
When converting objects to string, don't include the type
|
9 years ago |
Baptiste Jonglez
|
fcdcd79569
A panorama cannot see a point that is too far away
|
9 years ago |
Baptiste Jonglez
|
6b26234f0c
A point is always visible from a 360° panorama
|
9 years ago |
Christian Proust
|
9062c9e6d0
Add a function to see if a panorama is visible
|
9 years ago |
Christian Proust
|
98b4dc29e4
Add methods to find the cap_min and cap_max of a Panorama
|
9 years ago |
Christian Proust
|
7aaba09cbb
Add str representation for Reference
|
9 years ago |
Baptiste Jonglez
|
0cef84bcaa
Refactor generation of URL pointing to a specific direction
|
9 years ago |
Baptiste Jonglez
|
1713f18e0d
Sort reference points by distance in the panorama view
|
9 years ago |
Baptiste Jonglez
|
1f15057163
When linking between panorama, orient in the right direction
|
9 years ago |
Baptiste Jonglez
|
2d656aa459
Fix previous commit, only provide URL for other panoramas
|
9 years ago |
Baptiste Jonglez
|
a2212b335b
Add URL to reference points, to allow moving from one panorama to another in the js interface
|
9 years ago |
Baptiste Jonglez
|
c4481b1d71
Convert between Python- and js-based coordinates
|
9 years ago |
Baptiste Jonglez
|
647ae68422
Use the API when editing point in js (using AJAX). Still ugly, might not work
|
9 years ago |