検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 30 for map (0.024 sec.)
GeoDjango Forms API — Django 4.0.6 ドキュメント 14978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o visually display and edit geolocalized data on a map. By default, they use OpenLayers -powered maps, wi ... alue should be transformed to. For example, if the map widget SRID is different from the SRID more genera ... ou to display and edit geographic data on a visual map. Note that none of the currently available widgets ... nerally set by the form field. BaseGeometryWidget. map_height ¶ BaseGeometryWidget. map_width ¶ Height an ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 12704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quence of URLs to any extra JavaScript to include. map_template ¶ Override the template used to generate ... the JavaScript slippy map. Default is 'gis/admin/openlayers.html' . map_widt ... h ¶ Width of the map, in pixels. Defaults to 600. map_height ¶ Height o ... f the map, in pixels. Defaults to 400. openlayers_url ¶ Link ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 9731
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... finally exiting once the async task returns. """ # Maps launched Tasks to the threads that launched them ... (for locals impl) launch_map : "Dict[asyncio.Task[object], threading.Thread]" = ... = SyncToAsync . get_current_task () self . launch_map [ current_task ] = source_thread try : # If we hav ... set_result ( result ) finally : del self . launch_map [ current_task ] context [ 0 ] = contextvars . cop ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 8253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n at each collectstatic invocation. Provide a custom AppConfig class, override the ignore_patterns attrib ... ) statement of Cascading Style Sheets . The source map comment in JavaScript. For example, the 'css/style ... jango 4.0: Support for finding paths in the source map comments was added. The manifest_storage argument ... runtime, staticfiles will automatically store the mapping with hashed names for all processed files in a ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 8106
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... world/data $ cd world/data $ wget https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip $ unzip ... ata ...\> cd world\data ...\> wget https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip ...\> u ... o the database via GeoDjango models using the LayerMapping data import utility . There are many different ... 8, 43.957954 ], [ 12.450554, 43.979721 ], ... LayerMapping ¶ To import the data, use a LayerMapping in a ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 7960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts | Index | Modules « previous | up | next » LayerMapping data import utility ¶ The LayerMapping class p ... rovides a way to map the contents of vector spatial data files (e.g. sh ... inserting into a GeoDjango model. 注釈 Use of LayerMapping requires GDAL. 警告 GIS data sources, like sha ... pefiles, may be very large. If you find that LayerMapping is using too much memory, set DEBUG to False i ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rams = { "value" : value }, ) ip_address_validator_map = { "both" : ([ validate_ipv46_address ], _ ( "Ent ... set to 'both'" ) try : return ip_address_validator_map [ protocol . lower ()] except KeyError : raise Val ... d: %s " % ( protocol , list ( ip_address_validator_map )) ) [ドキュメント] def int_list_validator ( sep = ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tial Data Spatial Queries Putting your data on the map GeoDjango Installation オーバービュー Requirements ... erence メソッド 設定 例外 GeoDjango Utilities LayerMapping data import utility OGR Inspection GeoJSON Ser ... Feeds カスタマイズ例 API Reference Geographic Sitemaps カスタマイズ例 Reference Testing GeoDjango apps P ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt is used as a key in dictionaries that otherwise map fields to their respective list of errors. BadRequ ... resolve() if the path passed to resolve() doesn't map to a view. It's a subclass of django.http.Http404 ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssions() can return them. relabeled_clone ( change_map ) ¶ Returns a clone (copy) of self , with any colu ... sted expressions and assigned to the clone. change_map is a dictionary mapping old aliases to new aliases ... . 実装例: def relabeled_clone ( self , change_map ): clone = copy . copy ( self ) clone . expression ... = self . expression . relabeled_clone ( change_map ) return clone convert_value ( value , expression ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
PREV 1 2 3 NEXT