{
	"info": {
		"_postman_id": "574b274f-a81a-402a-bd51-93e44c884523",
		"name": "专题",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
	},
	"item": [
		{
			"name": "对专题内部所有内容进行全要素搜索（只查询count）",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "appId",
						"value": "apidoc",
						"type": "text"
					},
					{
						"key": "appSecret",
						"value": "apidoc",
						"type": "text"
					}
				],
				"url": {
					"raw": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/sys/geom/vector/v2/simpleQueryCountByBizId?bizId=1889183468095078400&queryStr=大道&tokenizerIs=false&wktString=POLYGON((77.615064 35.716941,77.615064 48.080956,95.746477 48.080956,95.746477 35.716941,77.615064 35.716941))",
					"protocol": "http",
					"host": [
						"devs",
						"gishub",
						"com",
						"cn"
					],
					"port": "9196",
					"path": [
						"one-map-server-sso-test",
						"sys",
						"geom",
						"vector",
						"v2",
						"simpleQueryCountByBizId"
					],
					"query": [
						{
							"key": "bizId",
							"value": "1889183468095078400"
						},
						{
							"key": "queryStr",
							"value": "大道"
						},
						{
							"key": "tokenizerIs",
							"value": "false"
						},
						{
							"key": "wktString",
							"value": "POLYGON((77.615064 35.716941,77.615064 48.080956,95.746477 48.080956,95.746477 35.716941,77.615064 35.716941))"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "对专题内部所有内容进行全要素搜索（低性能）",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "appId",
						"type": "text",
						"value": "apidoc"
					},
					{
						"key": "appSecret",
						"type": "text",
						"value": "apidoc"
					}
				],
				"url": {
					"raw": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/sys/geom/vector/layerGroupSimpleQuery?layerGroupId=1889183468095078400&queryStr=大道&queryType=like&page=1&limit=10",
					"protocol": "http",
					"host": [
						"devs",
						"gishub",
						"com",
						"cn"
					],
					"port": "9196",
					"path": [
						"one-map-server-sso-test",
						"sys",
						"geom",
						"vector",
						"layerGroupSimpleQuery"
					],
					"query": [
						{
							"key": "layerGroupId",
							"value": "1889183468095078400"
						},
						{
							"key": "queryStr",
							"value": "大道"
						},
						{
							"key": "queryType",
							"value": "like",
							"description": "模糊查询 like ,精确查询 equals"
						},
						{
							"key": "page",
							"value": "1"
						},
						{
							"key": "limit",
							"value": "10"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "单个图层简单要素查询",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "appId",
						"type": "text",
						"value": "apidoc"
					},
					{
						"key": "appSecret",
						"type": "text",
						"value": "apidoc"
					}
				],
				"url": {
					"raw": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/sys/geom/vector/simpleQuery?queryStr=吐鲁番华瑞技术服务有&tableId=t_1889197948414799872&tokenizerIs=true&wktString=POLYGON((77.615064 35.716941,77.615064 48.080956,95.746477 48.080956,95.746477 35.716941,77.615064 35.716941))&selectFieldNames=name@address@type&filterFieldNames=name@address@province&resultHasGtcId=true&resultHasGeom=true&page=1&limit=10",
					"protocol": "http",
					"host": [
						"devs",
						"gishub",
						"com",
						"cn"
					],
					"port": "9196",
					"path": [
						"one-map-server-sso-test",
						"sys",
						"geom",
						"vector",
						"simpleQuery"
					],
					"query": [
						{
							"key": "queryStr",
							"value": "吐鲁番华瑞技术服务有",
							"description": "待模糊查询的字符串"
						},
						{
							"key": "tableId",
							"value": "t_1889197948414799872",
							"description": "tableId"
						},
						{
							"key": "tokenizerIs",
							"value": "true",
							"description": "是否进行分词查询(默认为true)"
						},
						{
							"key": "wktString",
							"value": "POLYGON((77.615064 35.716941,77.615064 48.080956,95.746477 48.080956,95.746477 35.716941,77.615064 35.716941))",
							"description": "用面的wkt对数据进行过滤 (对于面数据，我们该接口默认进行求相交与包含)"
						},
						{
							"key": "selectFieldNames",
							"value": "name@address@type",
							"description": "结果集中的显示哪些字段 ，默认显示数据库中所有字段，多个字段使用@进行分隔"
						},
						{
							"key": "filterFieldNames",
							"value": "name@address@province",
							"description": "对哪些字段进行 queryStr 模糊查询 ，默认查询数据库的所有字段，多个字段使用@进行分隔"
						},
						{
							"key": "resultHasGtcId",
							"value": "true",
							"description": "结果集中是否包含数据主键gtc_id，默认true"
						},
						{
							"key": "resultHasGeom",
							"value": "true",
							"description": "结果集中是否包含空间信息，默认true"
						},
						{
							"key": "page",
							"value": "1"
						},
						{
							"key": "limit",
							"value": "10"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "组简单要素查询",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "appId",
						"type": "text",
						"value": "apidoc"
					},
					{
						"key": "appSecret",
						"type": "text",
						"value": "apidoc"
					}
				],
				"url": {
					"raw": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/sys/geom/vector/v2/groupSimpleQueryByTableIds?queryStr=宏运&tableIds=t_1889197948414799872,t_1889197978806726661&tokenizerIs=true&wktString=POLYGON((77.615064 35.716941,77.615064 48.080956,95.746477 48.080956,95.746477 35.716941,77.615064 35.716941))&page=1&limit=10",
					"protocol": "http",
					"host": [
						"devs",
						"gishub",
						"com",
						"cn"
					],
					"port": "9196",
					"path": [
						"one-map-server-sso-test",
						"sys",
						"geom",
						"vector",
						"v2",
						"groupSimpleQueryByTableIds"
					],
					"query": [
						{
							"key": "queryStr",
							"value": "宏运",
							"description": "待模糊查询的字符串"
						},
						{
							"key": "tableIds",
							"value": "t_1889197948414799872,t_1889197978806726661",
							"description": "tableId"
						},
						{
							"key": "tokenizerIs",
							"value": "true",
							"description": "是否进行分词查询(默认为true)"
						},
						{
							"key": "wktString",
							"value": "POLYGON((77.615064 35.716941,77.615064 48.080956,95.746477 48.080956,95.746477 35.716941,77.615064 35.716941))",
							"description": "用面的wkt对数据进行过滤 (对于面数据，我们该接口默认进行求相交与包含)"
						},
						{
							"key": "page",
							"value": "1"
						},
						{
							"key": "limit",
							"value": "10"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "获取专题下所有的图层信息列表",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "appid",
						"value": "apidoc",
						"type": "text"
					},
					{
						"key": "appSecret",
						"value": "apidoc",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "bizId",
							"value": "1889183468095078400",
							"type": "text"
						}
					]
				},
				"url": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/om/OmTopicView/layer/getLayerInfoListByBizId"
			},
			"response": []
		},
		{
			"name": "获取专题下所有的图层信息树",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "appid",
						"value": "apidoc",
						"type": "text"
					},
					{
						"key": "appSecret",
						"value": "apidoc",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "bizId",
							"value": "1889183468095078400",
							"type": "text"
						}
					]
				},
				"url": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/om/OmTopicView/layer/getLayerInfoTreeByBizId"
			},
			"response": []
		}
	]
}