MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=sanitize-mapdata
(main | sanitize-mapdata)
- มอดูลนี้เป็นมอดูลภายในหรือไม่เสถียร การดำเนินการของมอดูลนี้อาจเปลี่ยนแปลงได้โดยไม่แจ้งให้ทราบล่วงหน้า
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
- แหล่งที่มา: Kartographer
- สัญญาอนุญาต: MIT
Performs data validation for Kartographer extension
Specific parameters:
Other general parameters are available.
- title
Title of page on which this GeoJSON is supposed to be located. If no title is provided, a dummy one will be used.
- Default: Dummy title (called from Kartographer\Api\ApiSanitizeMapData)
- text
GeoJSON to sanitize
- This parameter is required.
ตัวอย่าง:
- Sanitize a GeoJSON blob
- api.php?action=sanitize-mapdata&text={"foo":"bar"} [เปิดในกระบะทราย]