Wykres commitów

124 Commity (388889cca4fbe01922a45d793b45d57a299c88a7)

Autor SHA1 Wiadomość Data
Hartmut Holzgraefe 388889cca4 finally added myself to AUTHORS and (C) headers 2019-04-13 00:35:37 +02:00
Hartmut Holzgraefe f04a6ba552 extract country_code from place table, too; for map locale preset 2019-01-14 20:06:36 +00:00
Hartmut Holzgraefe 1f246dee77 prevent "transaction terminated" errors on reverse geo lookup 2018-12-26 14:58:47 +00:00
Hartmut Holzgraefe cc7da04f7b documentation integration part #3 2018-11-24 14:02:38 +00:00
Hartmut Holzgraefe 913f92545e only reload rendering status block, not the full page, while rendering
has not completed yet
2018-10-14 15:14:50 +02:00
Hartmut Holzgraefe 917136d540 use local places database instead of nominatim for city search 2018-09-23 20:17:42 +00:00
Hartmut Holzgraefe 59da6122a9 moved public API functions to separate file 2018-09-10 21:27:56 +00:00
Hartmut Holzgraefe ec00ca97bc add human readable status update page to API response 2018-09-09 21:28:49 +00:00
Hartmut Holzgraefe d92f591350 copy poi_file for re-render requests,too 2018-09-09 21:28:27 +00:00
Hartmut Holzgraefe 318c425511 add api support for POI "Umgebungsplan" files 2018-09-09 20:57:13 +00:00
Hartmut Holzgraefe 568a193d2f fix wrong indentation 2018-09-09 20:55:13 +00:00
Hartmut Holzgraefe a3f86be0cd API detail fixes 2018-09-08 09:49:52 +00:00
Hartmut Holzgraefe 65a9d30194 use local database to guess country/language for location,
no need to use external reverse geocoder
2018-08-21 21:02:37 +00:00
Hartmut Holzgraefe c8d4c97756 allow to pre-fill simple form fields with GET parameters 2018-08-14 08:35:48 +00:00
Hartmut Holzgraefe a3260792b7 make sure all required template variables are set 2018-08-11 23:40:12 +00:00
Hartmut Holzgraefe 4552370766 Merge branch 'site-osm-baustelle-django-1.11' of https://github.com/hholzgra/maposmatic into site-osm-baustelle-django-1.11 2018-05-13 22:14:07 +00:00
Hartmut Holzgraefe 2e3b4166b7 API improvement (and reconstriction of lost code) 2018-05-13 22:13:25 +00:00
Hartmut Holzgraefe 50dc866cb8 set session defaults for layout and style to first possible choice,
and make request variables work in templats
2018-05-08 00:51:21 +02:00
Hartmut Holzgraefe 94cd56d56d Started porting to Django 1.11
(as part of moving to Ubuntu 18.04 'bionic' as default platform)
2018-04-04 06:55:47 +00:00
Hartmut Holzgraefe f0b30d5b96 actual bbox or osmid passing for render api instead of hardoced id 2018-03-21 09:40:41 +00:00
Hartmut Holzgraefe 7713e4d6e6 remember layout, stylesheet and overlay choices as default for next map 2018-03-20 07:40:39 +00:00
Hartmut Holzgraefe 65255169fb log form validation failures for debugging 2018-03-20 07:26:47 +00:00
Hartmut Holzgraefe a68e1734c1 drect rendering API (work in progress, unfinished) 2018-03-19 08:45:30 +00:00
Hartmut Holzgraefe 17aa9ecd1b prepare for umap export file upload 2018-02-18 19:51:30 +00:00
Hartmut Holzgraefe b09592227c final touches to GPX track upload changes
* removed old form step
* removed track_bbox_mode filed no longer needed
* changed active tab from "City search" to "Geographic area" as
  Leaflet doesn't seem to properly initialize otherwise, and then
  gets confused by setBounds() call from GPX file handler
2018-02-10 09:03:56 +00:00
Hartmut Holzgraefe 97565af601 python3 porting modifications 2017-09-17 19:58:58 +00:00
Hartmut Holzgraefe a2a8487c89 added field for submitter email address, to allow to give an address
to send feedback to
2017-07-16 10:41:01 +00:00
Hartmut Holzgraefe 860b75afe5 forgot to hande track bbox mode in render job copy routine 2017-07-01 11:12:32 +00:00
Hartmut Holzgraefe 648c03190c preserve GPX track across re-render requests 2017-05-22 18:45:02 +02:00
Hartmut Holzgraefe 17c68e7097 add db and form support for uploading an optional GPX track file
to be used in rendering later
2017-05-21 02:10:57 +02:00
Hartmut Holzgraefe 9901bc2a53 show true boundaries for city polygons in map detail page
using leaflet omnivore plugin to render WKT
2016-12-07 01:29:12 +01:00
Hartmut Holzgraefe 3d6f63284c support selection of multiple overlays 2016-12-04 18:08:58 +01:00
Hartmut Holzgraefe 364473d293 added explicit "no overlay" option which is active by default 2016-05-07 13:29:03 +02:00
Hartmut Holzgraefe 52278a58bb added support for selecting an additional overlay stylesheet
(requires OcitysMap version that also supports overlays)
2016-05-06 19:06:16 +02:00
Hartmut Holzgraefe 9e082631ed more modifications to support more recent versions of Django (up to 1.8.x) 2016-03-29 10:51:33 +00:00
Maxime Petazzoni 7cf0bcdc93 Complete website redesign
New website design based on Bootstrap. Complete revamp of the UI
interface and of the interface paradigms. Complete rewrite of the map
creation wizard, now simpler and with less steps.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2012-12-16 02:59:58 -08:00
Maxime Petazzoni 024841e4bc Include in-rendering jobs even if they are older than 24 hours in job queue
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2012-11-24 18:04:38 -08:00
Maxime Petazzoni e546057f02 OCitySMap python module renamed from ocitysmap2 to ocitysmap
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2012-05-08 19:54:13 +02:00
David MENTRE 4879202323 Bug fix: Check that we have floats before computing BoudingBox
Signed-off-by: David MENTRE <dmentre@linux-france.org>
2012-04-23 21:22:10 +02:00
Maxime Petazzoni 1744d474e9 Specify User-Agent and Accept-Language in Nominatim queries
Nominatim wants heavy users of their API to give a contact email for the
admins of the service making the requests in case something goes wrong.

Also set an Accept-Language header for the search queries to get
Nominatim results in the browser's language.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2012-04-14 11:38:28 +02:00
Thomas Petazzoni 647a11cbc3 Add a Thanks for donation page
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@enix.org>
2012-04-01 11:25:46 +02:00
Gael UTARD 934c37f562 Remove dead code about zoom_level
Signed-off-by: Gael UTARD <gael.utard@kisis.fr>
2012-04-01 01:46:19 +02:00
Thomas Petazzoni 5e88849580 website: add donation button and page
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@enix.org>
2012-03-30 16:10:19 +02:00
Maxime Petazzoni 5b7bd5dc8f Merge commit 'remotes/public/d2-ocitysmap2-integration'
Conflicts:
	www/locale/ar/LC_MESSAGES/django.po
	www/locale/ca/LC_MESSAGES/django.po
	www/locale/de/LC_MESSAGES/django.po
	www/locale/es/LC_MESSAGES/django.po
	www/locale/fr/LC_MESSAGES/django.po
	www/locale/hr_HR/LC_MESSAGES/django.po
	www/locale/it/LC_MESSAGES/django.po
	www/locale/nb/LC_MESSAGES/django.po
	www/locale/nl_NL/LC_MESSAGES/django.po
	www/locale/pl/LC_MESSAGES/django.po
	www/locale/pt_BR/LC_MESSAGES/django.po
	www/locale/ru/LC_MESSAGES/django.po
	www/maposmatic/helpers.py
	www/settings.py

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-10-11 14:59:06 -07:00
Maxime Petazzoni e76ef7ac21 Show all non-processed rendering requests regardless of age
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-10-11 14:29:07 -07:00
David Decotigny c0218f27ce Use ocitysmap's get_geometry_from_osmid
This patch makes sure that we can work on the exact same city envelopes
in maposmatic and ocitysmap: we now share ocitysmap's
get_geometry_from_osmid(). Previously, get_bbox_from_osmid crashed if
the osm ID was present multiple times in the polygon table, and
ignored the line table. This patch fixes both, by basing itself on
ocitysmap's 093b95bcf6f54e855b781a9ccd60ce8117b35976.
2010-10-10 16:02:39 +02:00
David Decotigny 11a2a537c2 Changed step order in map creation wizard
In d2-ocitysmap2, the zoom factor can be defined in the
stylesheet. This patch makes sure that the stylesheet is chosen before
proposing a list of possible paper sizes. Then it determines the
possible paper sizes from this stylesheet.
2010-09-19 17:22:22 +02:00
Maxime Petazzoni 46413ddfa9 Remove debugging message
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-08-08 01:17:49 +02:00
Maxime Petazzoni 392c054c75 Correctly saving the paper size to the database
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-08-07 21:37:15 +02:00
Maxime Petazzoni 9290104a8c Revamp logging in MapOSMatic
Rework the MapOSMatic logging setup to initialize both the maposmatic
and ocitysmap logging targets, and do so only once to avoid duplicate
logging messages.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-08-07 13:16:58 +02:00