Baptiste Jonglez
|
75b88a3961
Add more strings to translate
|
il y a 8 ans |
Baptiste Jonglez
|
0433f713bc
Fix ugettext usage for transation: model fields should be translated lazily
|
il y a 8 ans |
julpec
|
da35fc26b5
mise en place des traductions
|
il y a 8 ans |
Christian Proust
|
2302162796
The method __str__ is no more used in Panorama so should be the decorator
|
il y a 9 ans |
Christian Proust
|
3d0abfa97f
Identity, not equality, should be used on None
|
il y a 9 ans |
Baptiste Jonglez
|
08648f938c
Fix computation of cap_max
|
il y a 9 ans |
Baptiste Jonglez
|
59c15a9cf6
Fix bug in Panorama.is_visible
|
il y a 9 ans |
Baptiste Jonglez
|
6ea3dbea7f
When converting objects to string, don't include the type
|
il y a 9 ans |
Baptiste Jonglez
|
fcdcd79569
A panorama cannot see a point that is too far away
|
il y a 9 ans |
Baptiste Jonglez
|
6b26234f0c
A point is always visible from a 360° panorama
|
il y a 9 ans |
Christian Proust
|
9062c9e6d0
Add a function to see if a panorama is visible
|
il y a 9 ans |
Christian Proust
|
98b4dc29e4
Add methods to find the cap_min and cap_max of a Panorama
|
il y a 9 ans |
Christian Proust
|
7aaba09cbb
Add str representation for Reference
|
il y a 9 ans |
Baptiste Jonglez
|
0cef84bcaa
Refactor generation of URL pointing to a specific direction
|
il y a 9 ans |
Baptiste Jonglez
|
1713f18e0d
Sort reference points by distance in the panorama view
|
il y a 9 ans |
Baptiste Jonglez
|
1f15057163
When linking between panorama, orient in the right direction
|
il y a 9 ans |
Baptiste Jonglez
|
2d656aa459
Fix previous commit, only provide URL for other panoramas
|
il y a 9 ans |
Baptiste Jonglez
|
a2212b335b
Add URL to reference points, to allow moving from one panorama to another in the js interface
|
il y a 9 ans |
Baptiste Jonglez
|
c4481b1d71
Convert between Python- and js-based coordinates
|
il y a 9 ans |
Baptiste Jonglez
|
647ae68422
Use the API when editing point in js (using AJAX). Still ugly, might not work
|
il y a 9 ans |
Baptiste Jonglez
|
988dbe3514
Move has_tiles to the panorama model
|
il y a 10 ans |
Baptiste Jonglez
|
34856287d7
Hack the current js code to make it kinda work with the Django backend
|
il y a 10 ans |
Baptiste Jonglez
|
52e979ef64
Allow to delete tiles
|
il y a 10 ans |
Baptiste Jonglez
|
0aaeacb2ea
Add an absolute URL for panoramas
|
il y a 10 ans |
Baptiste Jonglez
|
a0cbee9bf0
Use Celery to generate tiles
|
il y a 10 ans |
Baptiste Jonglez
|
3ccf76ec2a
Generate tiles in python instead of shell + imagemagick
|
il y a 10 ans |
Baptiste Jonglez
|
2d47612691
Add great circle distance (can be used to filter points based on distance)
|
il y a 10 ans |
Baptiste Jonglez
|
1b3c9f45a9
Remove old JSON export, we're using DRF now
|
il y a 10 ans |
Baptiste Jonglez
|
7c2c31f544
Cache image width and height in the database
|
il y a 10 ans |
Baptiste Jonglez
|
0334fbe08e
Add a Reference model
|
il y a 10 ans |