Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WiP] Export results#66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
phibos wants to merge16 commits intomaster
base:master
Choose a base branch
Loading
fromexport
Open
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
9cddd40
src - Add initial support for osm xml (Ref: #12)
phibosMay 10, 2015
0580042
src - Initial support for GeoJSON (Ref: #13)
phibosMay 10, 2015
e6c233a
src - Fix order of min/max values in osm_xml export
phibosApr 7, 2017
7963e45
src - Replace node.id with way.id in osm_xml export
phibosApr 7, 2017
f182f48
src - Update docstring for geojson export
phibosApr 7, 2017
16d6a60
src - Don't use dict as default argument in geojson export
phibosApr 7, 2017
22a8912
src - Update docstring for osm_xml export
phibosApr 7, 2017
9f3c4eb
doc - Add geojson and osm_xml to sphinx documentation
phibosApr 7, 2017
759f4e4
test - Basic test for geojson export
phibosApr 7, 2017
c5beac0
test - Basic test for osm_xml export
phibosApr 7, 2017
69801dc
test - Remove Py2 and fix import
phibosApr 22, 2021
8bbff40
src - Remove whitespaces
phibosApr 29, 2021
33b3473
src - Add type hints
phibosApr 29, 2021
07c1bc9
test - Remove unused import
phibosApr 29, 2021
737dc2e
src - Add type hints
phibosApr 29, 2021
bb4dfc0
doc - Add warning about pre alpha state of export functions
phibosMay 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
src - Fix order of min/max values in osm_xml export
  • Loading branch information
@phibos
phibos committedApr 29, 2021
commite6c233af009b8ad257a5081189774a45168ed2ce
2 changes: 1 addition & 1 deletionoverpy/format/osm_xml.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,8 +31,8 @@ def dump(result, fp):
fp.write(
'<bounds minlat="{0:f}" minlon="{1:f}" maxlat="{2:f}" maxlon="{3:f}"/>\n'.format(
lat_min,
lat_max,
lon_min,
lat_max,
lon_max
)
)
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp