Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蒋波涛
/
super_mapboxgl_vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b00d9230
authored
2019-12-15 21:20:45 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
20191215
1 parent
09470480
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
src/components/menu/MyMenu.vue
src/components/vt/Map_wz.vue
src/components/menu/MyMenu.vue
View file @
b00d923
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-13 23:53:57
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-15
18:39:11
* @LastEditTime: 2019-12-15
20:55:42
* @FilePath: \supermapvue\src\components\menu\MyMenu.vue
-->
<
template
>
...
...
src/components/vt/Map_wz.vue
View file @
b00d923
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-10 22:15:53
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-15
19:21:09
* @LastEditTime: 2019-12-15
20:57:03
* @FilePath: \supermapvue\src\components\vt\Map_wz.vue
-->
<
template
>
...
...
@@ -45,10 +45,12 @@ export default {
var
sqlParam
=
new
SuperMap
.
GetFeaturesBySQLParameters
({
queryParameter
:
{
name
:
"poi"
,
attributeFilter
:
"SMID > 0"
attributeFilter
:
"SMID > 0"
,
targetEpsgCode
:
4326
},
datasetNames
:
[
"China:poi"
],
maxFeatures
:
1000
,
targetEpsgCode
:
4326
,
maxFeatures
:
1500
,
toIndex
:
-
1
});
var
featureService
=
new
mapboxgl
.
supermap
.
FeatureService
(
dataUrl
);
...
...
Please
register
or
sign in
to post a comment