Changeset 9547


Ignore:
Timestamp:
Aug 23, 2011, 8:32:54 PM (13 years ago)
Author:
rick
Message:

Osm proxy, include pattern used by real OSM platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/urls.py

    r9397 r9547  
    2222    url(
    2323        # Example : today/fire/12/3,2.png
    24         regex = r'^osm-proxy/(?P<zoom>\d+)/(?P<x>\d+),(?P<y>\d+).png$',
     24        regex = r'^osm-proxy/(?P<zoom>\d+)/(?P<x>\d+)[,/](?P<y>\d+).png$',
    2525        view = 'osm_proxy',
    2626        name = 'osm_proxy',
Note: See TracChangeset for help on using the changeset viewer.