mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:30:05 +00:00 
			
		
		
		
	Refactor QMapLibreGL to QMapLibre
This commit is contained in:
		
							parent
							
								
									db0d26a4ad
								
							
						
					
					
						commit
						1fd52f771c
					
				
					 55 changed files with 305 additions and 313 deletions
				
			
		|  | @ -103,8 +103,7 @@ void LinkedVectors::Initialize() | |||
|    p->geoLines_->Initialize(); | ||||
| } | ||||
| 
 | ||||
| void LinkedVectors::Render( | ||||
|    const QMapLibreGL::CustomLayerRenderParameters& params) | ||||
| void LinkedVectors::Render(const QMapLibre::CustomLayerRenderParameters& params) | ||||
| { | ||||
|    if (!p->visible_) | ||||
|    { | ||||
|  | @ -337,12 +336,12 @@ void LinkedVectors::FinishVectors() | |||
| } | ||||
| 
 | ||||
| bool LinkedVectors::RunMousePicking( | ||||
|    const QMapLibreGL::CustomLayerRenderParameters& params, | ||||
|    const QPointF&                                  mouseLocalPos, | ||||
|    const QPointF&                                  mouseGlobalPos, | ||||
|    const glm::vec2&                                mouseCoords, | ||||
|    const common::Coordinate&                       mouseGeoCoords, | ||||
|    std::shared_ptr<types::EventHandler>&           eventHandler) | ||||
|    const QMapLibre::CustomLayerRenderParameters& params, | ||||
|    const QPointF&                                mouseLocalPos, | ||||
|    const QPointF&                                mouseGlobalPos, | ||||
|    const glm::vec2&                              mouseCoords, | ||||
|    const common::Coordinate&                     mouseGeoCoords, | ||||
|    std::shared_ptr<types::EventHandler>&         eventHandler) | ||||
| { | ||||
|    return p->geoLines_->RunMousePicking(params, | ||||
|                                         mouseLocalPos, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat