Download: Pack 732.rar (80.22: Mb)

Веб-картография и навигация


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000636Доработка карты (ZMP)Доработка файла картыpublic18-04-2011 16:5819-04-2011 07:54
Reporterxromeo 
Assigned ToTolik 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformЛюбаяOSЛюбаяOS VersionЛюбая
Summary0000636: Не обновляются дополнительные карты plus.maps - отсутствие в архиве garl-plus.maps-xxxx.zip репозитория .hg
DescriptionКак выяснилось, по информации от vdemidov, для обновления определённой коллекции карт нужен отдельный репозиторий (папка .hg). В архиве с дополнительными картами garl-plus.maps-xxxx.zip папка .hg отсутствует, соответственно, запуск UpdatePlus.cmd (в случае распаковки архива в отдельную папку, например plus.maps) приводит к ошибке отсутствия репозитория. С репозиторием от основного набора карт (sas.maps) UpdatePlus.cmd не работает (и, как выяснилось, и не должен работать).

Просьба - в архив garl-plus.maps-xxxx.zip добавьте папку .hg с правильным содержимым, которая будет работать.
Tagsрепозиторий
Attached Files

- Relationships
child of 0000632closedTolik Не обновляются карты дополнительного(плюсового) набора через UpdatePlus.cmd - локальный конфликт папок 

Download: Pack 732.rar (80.22: Mb)

t['text'] = "Download Complete" except Exception as e: print(f"An error occurred: {e}")

<a href="path/to/pack_732.rar" download="pack_732.rar">Download pack 732.rar</a> For resumable downloads and more complex handling, consider libraries like jsmediatags for file handling or implement the XMLHttpRequest / fetch API with range support. Download: pack 732.rar (80.22 MB)

import tkinter as tk from tkinter import filedialog import requests t['text'] = "Download Complete" except Exception as e:

def download_file(url, filepath): try: response = requests.get(url, stream=True) total_size = int(response.headers.get('content-length', 0)) block_size = 1024 t = tk.Label(text="Downloading...") t.pack() a href="path/to/pack_732.rar" download="pack_732.rar"&gt

with open(filepath, 'wb') as f: for data in response.iter_content(block_size): f.write(data)

:

root = tk.Tk() path = filedialog.asksaveasfilename(defaultextension=".rar") if path: download_file("http://example.com/path/to/pack_732.rar", path)


- Users who viewed this issue
User List Anonymous (2434x)
Total Views 2434
Last View 08-03-2026 23:08

t['text'] = "Download Complete" except Exception as e: print(f"An error occurred: {e}")

<a href="path/to/pack_732.rar" download="pack_732.rar">Download pack 732.rar</a> For resumable downloads and more complex handling, consider libraries like jsmediatags for file handling or implement the XMLHttpRequest / fetch API with range support.

import tkinter as tk from tkinter import filedialog import requests

def download_file(url, filepath): try: response = requests.get(url, stream=True) total_size = int(response.headers.get('content-length', 0)) block_size = 1024 t = tk.Label(text="Downloading...") t.pack()

with open(filepath, 'wb') as f: for data in response.iter_content(block_size): f.write(data)

:

root = tk.Tk() path = filedialog.asksaveasfilename(defaultextension=".rar") if path: download_file("http://example.com/path/to/pack_732.rar", path)




Copyright © 2007 - 2026 SAS.Planet Team