mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:40:05 +00:00 
			
		
		
		
	renamed all POI/point of intrest to marker
This commit is contained in:
		
							parent
							
								
									cd16902635
								
							
						
					
					
						commit
						31940441ed
					
				
					 11 changed files with 153 additions and 157 deletions
				
			
		|  | @ -11,13 +11,13 @@ namespace qt | |||
| namespace map | ||||
| { | ||||
| 
 | ||||
| class POILayer : public DrawLayer | ||||
| class MarkerLayer : public DrawLayer | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|    explicit POILayer(const std::shared_ptr<MapContext>& context); | ||||
|    ~POILayer(); | ||||
|    explicit MarkerLayer(const std::shared_ptr<MapContext>& context); | ||||
|    ~MarkerLayer(); | ||||
| 
 | ||||
|    void Initialize() override final; | ||||
|    void Render(const QMapLibre::CustomLayerRenderParameters&) override final; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak