我能够像this示例那样做,以便让用户绘制多边形并且它完美地运行。现在我想在同一个地图中显示一个现有的多边形。我怎么能这样做?
要解释更多:我在app.controller('Controller', function ($scope, $timeout) {
$scope.$on('$viewContentLoaded', function(event) {
$timeout(function() {
init_sparklines(), init_flot_chart(), init_sidebar(), init_wysiwyg(), init_InputMask(), ...
},0);
});
});
/ spring boot
应用程序中使用了第一个示例作为创建模式。对于编辑模式,我想显示用户已绘制的多边形,并让他绘制另一个多边形。
有人可以帮我吗?
答案 0 :(得分:0)
可以使用 foreach($subjectHandling as $key=>$value) {
$reg_dat = array(
'statffId' => '1',
'subjectId' => $value,
);
$this->db->insert("subject_handling" , $reg_dat);
}
内的<shape path="{{vm.paths}}" name="polygon" ></shape>
来执行此操作。感谢this issu的回答,这是可能的:
<ng-map>