Skip to content

Commit

Permalink
Merge pull request #45 from OpenSmock/dev-pla
Browse files Browse the repository at this point in the history
Cleaning
  • Loading branch information
labordep authored Oct 24, 2024
2 parents f5751c4 + 9c10a07 commit c4c2968
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 39 deletions.
5 changes: 5 additions & 0 deletions src/GeoView-Tests/GeoViewTestLayer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ GeoViewTestLayer >> mapProjection: aMapProjection [
mapProjection := aMapProjection
]

{ #category : #'API -- symbology' }
GeoViewTestLayer >> symbologyProvider [
"do nothing"
]

{ #category : #'API -- symbology' }
GeoViewTestLayer >> symbologyProvider: aSymbologyProvider [
"do nothing"
Expand Down
6 changes: 6 additions & 0 deletions src/GeoView/AbstractGeoViewGraphicModelLayer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ AbstractGeoViewGraphicModelLayer >> sortDatas [
self isDatasChanged: false
]

{ #category : #'API -- symbology' }
AbstractGeoViewGraphicModelLayer >> symbologyProvider [

^ self graphicModel symbologyProvider
]

{ #category : #'API -- symbology' }
AbstractGeoViewGraphicModelLayer >> symbologyProvider: aSymbologyProvider [

Expand Down
6 changes: 6 additions & 0 deletions src/GeoView/AbstractGeoViewLayer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ AbstractGeoViewLayer >> sendRepaintRequest [
self announcer announce: announcement
]

{ #category : #'API -- symbology' }
AbstractGeoViewLayer >> symbologyProvider [

self explicitRequirement
]

{ #category : #'API -- symbology' }
AbstractGeoViewLayer >> symbologyProvider: aSymbologyProvider [

Expand Down
3 changes: 1 addition & 2 deletions src/GeoView/GeoViewAbstractElement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Class {
'displayToGraphicProjection',
'mapProjection',
'viewInfos',
'interactionsStrategy',
'taskHandler'
'interactionsStrategy'
],
#category : #'GeoView-Core'
}
Expand Down
6 changes: 6 additions & 0 deletions src/GeoView/GeoViewLayer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ GeoViewLayer >> populatePickingResult: aPickingResult [
"do nothing"
]

{ #category : #'API -- symbology' }
GeoViewLayer >> symbologyProvider [

^ symbologyProvider
]

{ #category : #'API -- symbology' }
GeoViewLayer >> symbologyProvider: aSymbologyProvider [

Expand Down
37 changes: 0 additions & 37 deletions src/GeoView/GeoViewTaskHandler.class.st

This file was deleted.

0 comments on commit c4c2968

Please sign in to comment.