diff --git a/src/map/map.component.ts b/src/map/map.component.ts
index 2327c4cb..71f566f4 100644
--- a/src/map/map.component.ts
+++ b/src/map/map.component.ts
@@ -449,14 +449,14 @@ export class MapComponent implements AfterViewInit {
{
singularState: 'registered',
pluralState: 'registered',
- count: 1500,
+ count: 5000,
color: '#527EDB',
bullet: ' ◯ '
},
{
singularState: 'initializing',
pluralState: 'initializing',
- count: 1500,
+ count: 3000,
color: '#527EDB',
bullet: ' ◎ '
},
@@ -464,35 +464,16 @@ export class MapComponent implements AfterViewInit {
singularState: 'initialized',
pluralState: 'initialized',
bullet: ' ⦿ ',
- count: 3000,
+ count: 2000,
color: '#527EDB'
},
{
singularState: 'activated',
pluralState: 'activated',
- count: 3000,
+ count: 2000,
color: '#32C832',
url: 'http://www.orange.fr/fdsfsdf',
urlTarget: '_blank'
- },
- {
- singularState: 'reactivated',
- pluralState: 'reactivated',
- count: 1000,
- color: '#32C832',
- bullet: ''
- },
- {
- singularState: 'error',
- pluralState: 'errors',
- count: 1000,
- color: '#CD3C14'
- },
- {
- singularState: 'deactivated',
- pluralState: 'deactivated',
- count: 1000,
- color: '#CCCCCC'
}]
}
];